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

Mac OSX - Homebrew & Macports CMakeLists.txt ERROR #160

Open
DinBan opened this issue Jan 6, 2020 · 2 comments
Open

Mac OSX - Homebrew & Macports CMakeLists.txt ERROR #160

DinBan opened this issue Jan 6, 2020 · 2 comments

Comments

@DinBan
Copy link

DinBan commented Jan 6, 2020

Trying install it with Homebrew & Macports using instructions, but it not works, ERROR says it missing CMakeLists.txt when try to cmake ..

Here it is -
1@MBP build % cmake ..
CMake Error: The source directory "/Users/1" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.

Any solution?
Thank you in advance!

@domrim
Copy link

domrim commented Jan 14, 2020

It looks like you not in the right directory. Looking at your error cmake searches in /Users/1 the file CMakeLists.txt.
Let's assume you have cloned the source code to the dir /Users/1/inspectrum, so like described in the wiki you should create the folder /Users/1/inspectrum/build with the command mkdir build executed in /Users/1/inspectrum.
Then change your current folder to the newly created one with cd build.
Now cmake .. should run perfectly and also the rest of the compling-process should work fine.
Hope i could help :)

Note: hope you know, that you only need homebrew OR macports, not both ;)

@Crane-Mocker
Copy link

you can use brew install inspectrum

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

3 participants