You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".```
The text was updated successfully, but these errors were encountered:
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.
Running the command:
cd Xerxes && mkdir build && cd build && cmake .. && make
Result:
The text was updated successfully, but these errors were encountered: