This repository has been archived by the owner on Oct 24, 2021. It is now read-only.
forked from gorhill/uMatrix
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
9a57758
There was a problem hiding this comment.
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.