You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
787 B

  1. ## Building nuTensor
  2. ### Requirements
  3. Tools:
  4. * bash
  5. * python 3
  6. You will need both this nuTensor and the nuAssets repositories. These should both be placed in the same directory:
  7. ```
  8. git clone https://github.com/geekprojects/nuAssets.git
  9. git clone https://github.com/geekprojects/nuTensor.git
  10. cd nuTensor
  11. ```
  12. ### Packaging
  13. You can now run the scripts that package everything up.
  14. These are bash scripts. They have only been tested on Linux and MacOS.
  15. #### For Firefox
  16. ```
  17. tools/make-firefox.sh all
  18. ```
  19. #### For Chrome/Chromium (Not yet tested)
  20. ```
  21. tools/make-chromium.sh all
  22. ```
  23. #### For Opera (Not yet tested)
  24. ```
  25. tools/make-opera.sh
  26. ```
  27. The installation package should now be found in dist/build/
  28. ### Installing
  29. Follow the instructions in [README.md](README.md) to install it.