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

build in linux #421

Open
zhixingheyixsh opened this issue Mar 22, 2023 · 4 comments
Open

build in linux #421

zhixingheyixsh opened this issue Mar 22, 2023 · 4 comments

Comments

@zhixingheyixsh
Copy link

how can i build it in linux?

@Abdullah-Ajeebi
Copy link

Abdullah-Ajeebi commented Mar 22, 2023 via email

@zhixingheyixsh
Copy link
Author

thanks, but I wanna run on Linux or Mac

@jotalamp
Copy link

jotalamp commented Mar 22, 2023

Something like that depending your Linux distro (it's older version of ES):

sudo apt-get install git clang libsdl2-dev flex bison cmake
git clone --recurse-submodules https://github.com/bobsayshilol/engine-sim -b sdl-build
cd engine-sim
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
cmake --build . --target engine-sim-app -j
./engine-sim-app

@BackMountainDevil
Copy link

emm Can it work on android too? I want to put it on my bike..

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

4 participants