Skip to content
This repository has been archived by the owner on Oct 24, 2021. It is now read-only.

Commit

Permalink
Add building instructions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFlibble committed Oct 19, 2020
1 parent 64a9113 commit 9a57758
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions doc/BUILDING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## Building nuTensor

### Requirements

Tools:
* bash
* python 3

You will need both this nuTensor and the nuAssets repositories. These should both be placed in the same directory:
```
git clone https://github.com/geekprojects/nuAssets.git
git clone https://github.com/geekprojects/nuTensor.git
cd nuTensor
```

### Packaging
You can now run the scripts that package everything up.
These are bash scripts. They have only been tested on Linux and MacOS.

#### For Firefox
```
tools/make-firefox.sh all
```

#### For Chrome/Chromium (Not yet tested)
```
tools/make-chromium.sh all
```

#### For Opera (Not yet tested)
```
tools/make-opera.sh
```

The installation package should now be found in dist/build/

### Installing

Follow the instructions in [README.md](README.md) to install it.

1 comment on commit 9a57758

@nutta-git
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for offering support for Umatrix.

Please sign in to comment.