-
Notifications
You must be signed in to change notification settings - Fork 13
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 compatability #5
Comments
Both of those changes are fine with me! I can make the renderer automatically default to SDL if it detects as Linux OS. |
Great - I'll try to get enough work done to send you a pull request over the weekend. |
I've added the default to SDL for linux OS to the master branch: |
Tried this on my archlinux machine this evening. python armcom2.py loads the main screen. I can adjust options. But when I hit 'N' it bails with: Will be able to look closer tomorrow... |
Great stuff! Managed to get the very latest version (pulled today) to work. I had to do a few things to get it to work under linux (archlinux). (1) I had to install precisely libtcod 1.6.5 --- newer versions throw errors. from sys import platform |
Thanks for the info; I can modify xploader but I don't have access to the /usr/lib/libtcod*.so.* files; can you submit a pull request to add them to libtcodpy_local/ ? |
I'd just add to README (which was in the README for libtcodpy anyway) to cp the libtcod so files to that directory, since those are linked files. |
Sounds good! |
I've added these instructions to readme.md, so I'm going to mark this issue as closed for now. |
There are two issues that make the git package not run on Linux (at least on my system).
If deemed an acceptable change, I can make the above changes to allow Linux support to work "out of the box" and build an AUR package.
The text was updated successfully, but these errors were encountered: