Go to file
vinhta 7d05b7eb77 math_bench 2021-06-29 14:55:30 -07:00
InstructionGenerator hi 2021-06-29 14:41:16 -07:00
benchmarks math_bench 2021-06-29 14:55:30 -07:00
gem5 hi 2021-06-29 14:41:16 -07:00
llvm-project hi 2021-06-29 14:41:16 -07:00
mappings hi 2021-06-29 14:41:16 -07:00
scripts hi 2021-06-29 14:41:16 -07:00
src First True Commit 2021-06-16 13:25:38 -07:00
LICENSE Initial commit 2021-06-16 16:07:54 -04:00
README.md First True Commit 2021-06-16 13:25:38 -07:00
install.sh Hello 2021-06-22 17:18:57 -07:00

README.md

CCF 20.04

How to install

Disclaimer on building from source

CCF 20.04 does not require you to have sudo privileges to install. Because of this, you must set up your environment such that you can build binaries from source.

If you have set your environment properly, then you can skip to section "Editing install.sh". If not, continue following the instructions below.

//TODO

Editing install.sh

Open install.sh using your preferred text editor, and go to line 5 (e.g the line with install_path=""). Add the complete path of where you would like to install your binaries in between the quotation marks. Afterwards, save the file and run the command bash install.sh. This should allow you install CCF 20.04.