-
Notifications
You must be signed in to change notification settings - Fork 20
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 do I install this thing in Linux? #7
Comments
Unfortunately I haven't worked with the linux build, but there should be a pathfinderkingmaker executable in the main unzipped folder. |
Hey aidrocsid, seems to work for me on Solus 3.9999. I made sure node.js was installed as well as yarn. Then I opened a terminal in the folder with the script and used the yarn and then yarn build commands. |
I just had to install npm on arch and follow the typical build guide. Works fine, not very feature rich atm unfortunately. |
Can you add instructions to the Wiki, I've done the windows version. |
You can just run the windows version with mono, there isn't much issue there. But the Linux one can be build and run the same way as Windows compiling method. npm install The last command is to build and run it, I don't know if it stores the compiled files anywhere as I couldn't find them, so you run that last command each time to launch it also. Not familiar with npm so dunno howto build to a output folder. |
Hi Eric! Thanks for making this! I have no idea how to get it working in Linux. Can you point me in the right direction?
The text was updated successfully, but these errors were encountered: