The contents of the attached medium are also available at:
https://github.com/curusarn/ctu-fit-master-thesis-data
Installation instructions for the RESH project are available at:
https://github.com/curusarn/resh
If you want to, you can build the RESH project from source using make build
(in the RESH project directory). You will need to install Go first. Build and install the project using make install
.
.
├── README.md ..... the file with description of the contents of this medium
├── release ...... the directory with tarballs of the latest release of RESH
│ ├── resh_2.7.6_checksums.txt ....... the file with checksums of tarballs
│ ├── resh_2.7.6_darwin_*.tar.gz .. tarballs of the latest release (MacOS)
│ └── resh_2.7.6_linux_*.tar.gz ... tarballs of the latest release (Linux)
├── src ...................................... the directory of source codes
│ ├── resh ............................. the git directory of RESH project
│ │ ├── README.md ................................. the readme for RESH
│ │ └── Makefile ................................. the makefile for RESH
│ └── thesis ....... the git directory of LATEX source codes of the thesis
│ ├── figures ........................... the thesis figures directory
│ └── *.tex ................ the LATEX source code files of the thesis
└── text ......................................... the thesis text directory
└── thesis.pdf ................................ the thesis in PDF format