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
issue tracking for fixed to be implemented
pdcurses is inside of src folder rather than lib (can the dep just be dropped)
cmake file wrong - run diff to get fixes
need to confirm that git submodules update will pull things like google test in correctly
google test is in wrong location folder leto/ not libs/
target_link_libraries of pthread (needed for gcc) is causing compile errors in windows
lack of documentation re build program
HDR causes miss compile (may be lack of protoc)
glm missing from build (assuming its in build)
error for 32 bit build is a warning not an error
boost include directory isnt include before its used (or is it that the find_package isnt run before it needs to be?)
missing guide to install
static vs dyanmic link
conan install -s build_type=Debug .. Release (for cmake_multi))
The text was updated successfully, but these errors were encountered:
getting there
follow readme.windows.build.txt
configure step may be uneeded? (check)
bugfix - missing includes in CMAKE
bugfix - gtest, pdcurses both broken in CMAKE
bugfix - remove preprocessor defs in hermes.cpp
bugfix - add glm/0.9.9.5@g-truc/stable to conan
bugfix - add find_package(glm REQUIRED) & target_link_libraries(leto_core PRIVATE glm)
into cmake file
(can I get away from using include dir?)
issue tracking for fixed to be implemented
pdcurses is inside of src folder rather than lib (can the dep just be dropped)
cmake file wrong - run diff to get fixes
need to confirm that git submodules update will pull things like google test in correctly
google test is in wrong location folder leto/ not libs/
target_link_libraries of pthread (needed for gcc) is causing compile errors in windows
lack of documentation re build program
HDR causes miss compile (may be lack of protoc)
glm missing from build (assuming its in build)
error for 32 bit build is a warning not an error
boost include directory isnt include before its used (or is it that the find_package isnt run before it needs to be?)
missing guide to install
static vs dyanmic link
conan install -s build_type=Debug .. Release (for cmake_multi))
The text was updated successfully, but these errors were encountered: