-
Notifications
You must be signed in to change notification settings - Fork 1
Description
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.