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

I'm getting an error! #49

Open
GooDeeJAY opened this issue Apr 26, 2020 · 3 comments
Open

I'm getting an error! #49

GooDeeJAY opened this issue Apr 26, 2020 · 3 comments

Comments

@GooDeeJAY
Copy link

GooDeeJAY commented Apr 26, 2020

Running the command:
cd Xerxes && mkdir build && cd build && cmake .. && make

Result:

-- The CXX compiler identification is GNU 8.3.1
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:40 (add_subdirectory):
  The source directory

    /home/<path>/Xerxes/lib/libressl

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:41 (add_subdirectory):
  The source directory

    /home/goodeejay/DDOS/Xerxes/lib/spdlog

  does not contain a CMakeLists.txt file.


CMake Error at CMakeLists.txt:42 (add_subdirectory):
  The source directory

    /home/<path>/Xerxes/lib/fmt

  does not contain a CMakeLists.txt file.


-- Configuring incomplete, errors occurred!
See also "/home/<path>/Xerxes/build/CMakeFiles/CMakeOutput.log".```
@GooDeeJAY
Copy link
Author

Instruction is awful! No steps were given.

@aakarshan-raj
Copy link

i dont know if you have read the instructions carefully or not, but i had the same error. All you have to do is clone the repo and run the command cd Xerxes && git submodule update --init --recursive
and build the project.

@9000lolz
Copy link

9000lolz commented Jun 29, 2021

If I have to build it what is the point if bringing it to GitHub.

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