-
Notifications
You must be signed in to change notification settings - Fork 19
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
Compiling #293
Comments
|
Hello
The first comand didn't work:
error: pathspec 'https://github.com/stohrendorf/CroftEngine.git' did not
match any file(s) known to git
The cmake didn't complete:
…-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- GCC or Clang detected
-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so
-- Downloading
https://github.com/g-truc/glm/archive/refs/tags/0.9.9.8.tar.gz...
-- Extracting glm-0.9.9.8.tar.gz...
CMake Error at
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:165
(message):
Could NOT find Boost (missing: Boost_INCLUDE_DIR system log log_setup
locale)
Call Stack (most recent call first):
/usr/share/cmake-3.18/Modules/FindPackageHandleStandardArgs.cmake:458
(_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake-3.18/Modules/FindBoost.cmake:2177
(find_package_handle_standard_args)
cmake/get_boost.cmake:10 (find_package)
CMakeLists.txt:55 (include)
On Thu, Dec 15, 2022 at 12:45 AM Steffen Ohrendorf ***@***.***> wrote:
git checkout https://github.com/stohrendorf/CroftEngine.git
cd CroftEngine
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
—
Reply to this email directly, view it on GitHub
<#293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATDEDIMRA35ZBL3ZODX4AEDWNJS2DANCNFSM6AAAAAAS6WHHLE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sorry, the first command was supposed to be |
Ok.
That works just fine ;)
…On Thu, Dec 15, 2022 at 2:12 AM Steffen Ohrendorf ***@***.***> wrote:
Sorry, the first command was supposed to be git clone
https://github.com/stohrendorf/CroftEngine.git, typed that from memory.
—
Reply to this email directly, view it on GitHub
<#293 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATDEDIMKXMD3SXKTC5NBR5LWNJ467ANCNFSM6AAAAAAS6WHHLE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello.
How to compile on Linux?
The text was updated successfully, but these errors were encountered: