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

How to compile for Linux? #6

Open
Disonantemus opened this issue Apr 20, 2024 · 1 comment
Open

How to compile for Linux? #6

Disonantemus opened this issue Apr 20, 2024 · 1 comment

Comments

@Disonantemus
Copy link

I'm trying this on Android, I like it and I wish to continue the song from smartphone into desktop. But because the format is not compatible with any other music tracker, I was thinking to compile Fake SID for Linux, but I'm no programmer and is not in main package respos or AUR (from Arch Linux), then, my attempts were unsuccessful.

From issue #4 I understand that is possible, but I don't know how, can you give some instructions to compile in Linux? here or in the README.md.

In Releases there's only a Windows compiled package, nor Android (apk) or Linux.

@2bt
Copy link
Owner

2bt commented Apr 20, 2024

Building should be quite easy. You will have to install some packages (not sure what their names are in Arch): cmake, glm, sdl2, glew, and sndfile. Then run this:

mkdir build
cd build
cmake ..
make -j4
cd ..
ln -s build/fakesid
# then run it like so
./fakesid

Let me know if you're stuck.

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

2 participants