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

Document build process #51

Open
Xiretza opened this issue Feb 24, 2020 · 1 comment
Open

Document build process #51

Xiretza opened this issue Feb 24, 2020 · 1 comment

Comments

@Xiretza
Copy link

Xiretza commented Feb 24, 2020

The only way to use this thing is to unpack release tarballs, how to get one of those from just the source tree is completely undocumented. This makes the software fairly obsolete, since the only one who can create a new usable version is @Secretmapper, and this hasn't happened in over two years.

@pakaoraki
Copy link

On linux:

Install NPM :

sudo dnf install npm 

# debian/ubuntu base should be : sudo apt install npm

Install yarn:
sudo npm install yarn -g

In combustion folder:

mkdir -p ../combustion-release

# Install dependencies:
yarn

# Execute build script:
./publish.sh

It should build files and move it to combustion-release folder.

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