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.
35 lines
1.0 KiB
35 lines
1.0 KiB
7 years ago
|
Dependencies
|
||
|
============
|
||
|
Requires LaTeX.
|
||
|
|
||
|
Minted syntax highlighting requires python-pygments to be installed.
|
||
|
|
||
|
Build
|
||
|
=====
|
||
|
Run the build script to make a PDF:
|
||
|
./build.sh
|
||
|
|
||
|
It needs to be run twice to generate the Table of Contents and List of Figures
|
||
|
the first time.
|
||
|
|
||
|
More Info
|
||
|
=========
|
||
|
Also see this spreadsheet:
|
||
|
source/images/forksand-it-manual.ods
|
||
|
|
||
|
Fork
|
||
|
====
|
||
|
For example:
|
||
|
|
||
|
cp -a forksand-it-manual LargSec
|
||
|
|
||
|
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
|
||
|
|
||
|
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
|
||
|
|
||
|
for i in `find . -name "*forksand-it-manual*"` ; do mv $i `echo $i | sed -e 's/forksand-it-manual/LargSec/g'` ; done
|
||
|
|
||
|
Also, fix PATHs in:
|
||
|
build.sh
|
||
|
source/resources/make-sources-list.sh
|