Go to file
VinhTA-Computer-Master 5d49811823
Delete pingpong.c
2021-09-08 13:04:29 -07:00
InstructionGenerator hi 2021-06-29 14:41:16 -07:00
benchmarks Delete pingpong.c 2021-09-08 13:04:29 -07:00
gem5 Controller_reg update 2021-09-02 12:30:39 -07:00
llvm-project Update DFG.cpp 2021-09-01 23:51:58 -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 Update install.sh 2021-06-29 14:44:49 -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.