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

linux env need more libs #1

Open
jasonleecode opened this issue Jul 30, 2021 · 0 comments
Open

linux env need more libs #1

jasonleecode opened this issue Jul 30, 2021 · 0 comments

Comments

@jasonleecode
Copy link

./setup_linux.sh
-- The C compiler identification is GNU 7.5.0
-- The CXX compiler identification is GNU 7.5.0
-- 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
-- Found Vulkan: /usr/lib/x86_64-linux-gnu/libvulkan.so
-- Could NOT find OpenAL (missing: OPENAL_LIBRARY OPENAL_INCLUDE_DIR)
-- Found CURL: /usr/lib/x86_64-linux-gnu/libcurl.so (found version "7.58.0")
-- Found Vulkan package in system /usr/lib/x86_64-linux-gnu/libvulkan.so
Found CURL
/usr/include/x86_64-linux-gnu

CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENAL_LIBRARY (ADVANCED)
linked by target "audio" in directory /home/jason/Documents/code/opensource/vkPhysics
linked by target "vkPhysics_client" in directory /home/jason/Documents/code/opensource/vkPhysics

-- Configuring incomplete, errors occurred!
See also "/home/jason/Documents/code/opensource/vkPhysics/build/CMakeFiles/CMakeOutput.log".
make: *** No targets specified and no makefile found. Stop.

==========================

sudo apt-get update
OpenGL: sudo apt-get install libglu1-mesa-dev freeglut3-dev mesa-common-dev
OpenAL: sudo apt-get install libopenal0a libopenal-dev
ALUT: sudo apt-get install libalut0 libalut-dev

I try to create a fix pull request but faild when push, i think i haven't the right of this repo.

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

1 participant