Browse Source

wrap commands with code block, drop make test as missing..

pyupdate
John-Mark Gurney 2 years ago
parent
commit
9cea5a5d5f
1 changed files with 11 additions and 6 deletions
  1. +11
    -6
      README.md

+ 11
- 6
README.md View File

@@ -97,10 +97,11 @@ See https://www.ristretto.group for details, once that site is up.

## Build and Install

cmake -DCMAKE_INSTALL_PREFIX=<Install path> <path to root directory>
make
make test
make install
```
cmake -DCMAKE_INSTALL_PREFIX=<Install path> <path to root directory>
make
make install
```

Most C source code is generated through a python script during the build.
Some files holding tables are generated in one more step building an
@@ -108,12 +109,16 @@ executable to generate them. They are thus stored in the source tree to help
cross-compilation. The build script update them when their dependencies
are modified, to build only these files:

make decaf_tables
```
make decaf_tables
```

Doxygen generated documentation is located in ./doc directory in the
binary tree after running

make doc
```
make doc
```

## Licensing



Loading…
Cancel
Save