Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I'm in the downloads directory trying to install "minisign-master" verify tool for dnscrypt-proxy.
minisign install
$ mkdir build
$ cd build
$ cmake .. STUCK HERE, OUPUT: CMake Error: The source directory "/home/blue/Downloads" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
blue/Downloads" does not appear to contain CMakeLists.txt.
Looks like cmake is missing:-
I'm having the same problem:
Code:
Linuxcat@fractcat:~$ cd /home/Linuxcat/Downloads/jedisct1-minisign-4dcfeb8/
Linuxcat@fractcat:~/Downloads/jedisct1-minisign-4dcfeb8$ ls
CMakeLists.txt LICENSE README.md share src
Linuxcat@fractcat:~/Downloads/jedisct1-minisign-4dcfeb8$ mkdir build
Linuxcat@fractcat:~/Downloads/jedisct1-minisign-4dcfeb8$ cd build
Linuxcat@fractcat:~/Downloads/jedisct1-minisign-4dcfeb8/build$ cmake
bash: cmake: command not found
After installing cmake I have the same error as you.
Check and see if Mint will install it for you via the cmd-line.
Code:
sudo apt-get install minisign
IF NOT, does Synaptic have minisign?
------------------------------------------------------------------------------
It's not you as I'm getting the same thing you are.
Sorry you're having trouble. I know how frustrating compiling software can be.
Code:
Linuxcat@fractcat:~/Downloads/jedisct1-minisign-4dcfeb8/build/build$ make
make: *** No targets specified and no makefile found. Stop.
I'm in the downloads directory trying to install "minisign-master" verify tool for dnscrypt-proxy.
minisign install
$ mkdir build
$ cd build
$ cmake .. STUCK HERE, OUPUT: CMake Error: The source directory "/home/blue/Downloads" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
$ make
# make install
What doesn't make sense is CMakeLists.txt is in the directory along with the build, share and src files.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.