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

Support for ARM processors #284

Closed
apoklyps3 opened this issue Aug 2, 2018 · 3 comments
Closed

Support for ARM processors #284

apoklyps3 opened this issue Aug 2, 2018 · 3 comments

Comments

@apoklyps3
Copy link

I'm running armbian (ubuntu 18) on a device that has AMLogic S912 processor and I was wondering if there is any way to get spearmint up and running on it as a dedicated server.
Did so with ioquake, wich I read spearmint is based on so I was wondering if spearming can too.
thanks in advance

@zturtleman
Copy link
Owner

Spearmint has the same build system as ioquake3 so Spearmint should build on ARM too.

@apoklyps3
Copy link
Author

but I'll have to build that version myself from the source, correct?

@zturtleman
Copy link
Owner

Yeah. I think you should be able to compile and run it using the following:

sudo apt-get install make gcc git
git clone https://github.com/zturtleman/spearmint.git spearmint
cd spearmint
make BUILD_CLIENT=0 ARCH=armv7l
./build/release-linux-armv7l/spearmint-server_armv7l +map q3dm1

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