Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run asteroid #2

Open
djlohman opened this issue Feb 24, 2023 · 3 comments
Open

Cannot run asteroid #2

djlohman opened this issue Feb 24, 2023 · 3 comments

Comments

@djlohman
Copy link

I'm on a Mac running 10.15.7. When I download the mac binary and try to run the program, I get the error "Permission denied". When I try to run it with the sudo command, I get the error "sudo: ./asteroid_mac: command not found". The Mac binary (537 KB) is suspiciously smaller than the Linux binary (8.7 MB), but I get the same errors with the Linux binary when attempting to run it on my Mac. The git clone command installs an Asteroid folder in "User/Applications", but when I try ./install.sh in that folder, I get the following errors:

User-MBP-2:Asteroid User$ ./install.sh
./install.sh: line 4: cmake: command not found
make: *** No targets specified and no makefile found. Stop.
Now running unit tests...
PLEASE RUN THIS SCRIPT FROM THE ASTEROID ROOT DIRECTORY
./run_tests.sh: line 3: build/bin/test_stepwise_induced: No such file or directory
./run_tests.sh: line 4: build/bin/test_bitvector: No such file or directory
./run_tests.sh: line 5: build/bin/test_mappings: No such file or directory
./run_tests.sh: line 6: build/bin/test_unrooted_trees: No such file or directory
./run_tests.sh: line 7: build/bin/test_internode_distance: No such file or directory

Any help would be appreciated.

@BenoitMorel
Copy link
Owner

BenoitMorel commented Feb 24, 2023 via email

@djlohman
Copy link
Author

This worked, thanks! You might mention in the documentation that users must install other software that is necessary for compilation.

@BenoitMorel
Copy link
Owner

BenoitMorel commented Feb 24, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants