1
0
mirror of https://github.com/CPunch/Laika.git synced 2024-11-21 12:40:04 +00:00

Updated README.md requirements

This commit is contained in:
CPunch 2022-03-15 13:24:29 -05:00
parent e2537efb3f
commit 851cb95d75
2 changed files with 3 additions and 4 deletions

View File

@ -17,8 +17,8 @@ set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/bin)
#find_package(Sanitizers)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release)
endif()
set(CMAKE_BUILD_TYPE Release)
endif ()
string(TOLOWER ${CMAKE_BUILD_TYPE} RAWCMAKEBUILDTYPE)
message(STATUS "CMAKE_BUILD_TYPE: " ${RAWCMAKEBUILDTYPE})
@ -46,4 +46,4 @@ if(NOT WIN32 AND (UNIX AND NOT APPLE))
add_subdirectory(bot) # windows support Soon:tm:
add_subdirectory(cnc)
add_subdirectory(shell)
endif()
endif ()

View File

@ -41,7 +41,6 @@ I could add some padding to each packet to make it look pseudo-HTTP-like, howeve
Make sure you have the following libraries and tools installed:
- CMake (>=3.10)
- Compiler with C11 support (GCC >= 4.7, Clang >= 3.1, etc.)
- LibSodium (static library)
First, compile the target normally