BUILD 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. Dependencies
  2. ============
  3. Requires LaTeX.
  4. Minted syntax highlighting requires python-pygments to be installed.
  5. Build
  6. =====
  7. Run the build script to make a PDF:
  8. ./build.sh
  9. It needs to be run twice to generate the Table of Contents and List of Figures
  10. the first time.
  11. More Info
  12. =========
  13. Also see this spreadsheet:
  14. source/images/forksand-it-manual.ods
  15. Fork
  16. ====
  17. For example:
  18. cp -a forksand-it-manual LargSec
  19. sed -i -e 's/Fork Sand IT Manual/Largopolis Security/g' BUILD build.sh README.md source/*.tex source/Blockchains/*.tex source/Clouds/*.tex source/Distros/*.tex source/Hardware/*.tex source/resources/*.sh source/*.ist source/*.gst
  20. sed -i -e 's/forksand-it-manual/LargS/g' BUILD build.sh README.md source/*.tex source/Blockchains/*.tex source/Clouds/*.tex source/Distros/*.tex source/Hardware/*.tex source/resources/*.sh source/*.ist source/*.gst .gitignore
  21. for i in `find . -name "*forksand-it-manual*"` ; do mv $i `echo $i | sed -e 's/forksand-it-manual/LargSec/g'` ; done
  22. Also, fix PATHs in:
  23. build.sh
  24. source/resources/make-sources-list.sh