Problem building executable from source on OS X and Linux #8509
-
Hello, I followed the directions for building keepassxc from source on OS X listed here, but I'm having an issue where the process completes OK but I cannot find the executable. I tried the Linux instructions on a Debian flavor Linux machine and had the same issue. The directions say to cd into the keepassxc directory after a git clone, checkout latest, and then run these commands: mkdir -p build Then the executable is supposed to be in the directory However, I cannot run the cmake command from Can someone please help me figure out what I'm misunderstanding or not seeing? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You forgot the |
Beta Was this translation helpful? Give feedback.
You forgot the
..
at the end of the cmake command when you are in the build folder.