* Preparations for Clixon 5.4 release, docs, readme:s, etc

This commit is contained in:
Olof hagsand 2021-11-29 13:52:52 +01:00
parent f4b35cb270
commit 716d0cb15f
9 changed files with 43 additions and 21 deletions

View file

@ -15,7 +15,9 @@ On ubuntu this may be enough:
```
sudo apt install afl
```
Or get source: `https://github.com/google/AFL`
Or get source: `https://github.com/google/AFL`, see
docs/QuickStartGuide.txt for instructions, essentially type `make`
You may have to change cpu frequency:
```

View file

@ -11,6 +11,8 @@ Build and install a clixon system (in particular the backend, the CLI will be re
Build and install CLIgen statically:
```
./configure LINKAGE=static INSTALLFLAGS="" CC=/usr/bin/afl-clang-fast
make
sudo make install
```
## Build
@ -39,7 +41,7 @@ Below is an example of how to do this for the main example. You can replace the
make
sudo make install
cd example # Compile and install application plugins (here main example)
cd example/main # Compile and install application plugins (here main example)
make clean
make
sudo make install