Skip to content

How to run on linux ? #94

Answered by ironjan
Karduin asked this question in Q&A
Discussion options

You must be logged in to vote

Since there are no pre-built packages, you need to follow https://github.com/Durtur/Dungeoneer#contributing and build the application yourself. ;)

To get started you need to install nodejs, npm and yarn. Clone the project and run yarn install && yarn start.

Instead of cloning you can also download the source code zip or tar.gz of one of the releases and unpack it. Then navigate into the project folder with your command line and run the commands yarn install && yarn start.


One important addition: some Linux distributions come with quite old development tools which may cause some issues. After installing the requirements, you should be able to check the versions on your system with

npm -…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by Durtur
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants