Almamu / linux-wallpaperengine

Wallpaper Engine backgrounds for Linux!
GNU General Public License v3.0
1.67k stars 61 forks source link

[BUG] #19

Closed bucks9052 closed 4 years ago

bucks9052 commented 4 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to step 5.3
  2. type cmake ..
  3. Scroll down to the error
  4. it says CMake Error: The source directory "/home/someone" does not appear to contain CMakeLists.txt. Specify --help for usage, or press the help button on the CMake GUI.

Expected behavior It should build

(please complete the following information):

ghost commented 4 years ago

Are you running cmake .. in a build directory? It should refer to the source directory as /home/someone/linux-wallpaperengine-master. If you want to build in the source directory you can use cmake .

Almamu commented 4 years ago

Issue seems solved, the user has opened a new one: #21