Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
froz42 committed Apr 3, 2023
1 parent 725c205 commit 631249e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,32 +67,32 @@ If you you want to update the tool, you can run the same command.

You can now use the `funcheck` command. (run `funcheck --help` for more information how to use it)

### Build instructions
## Build instructions

#### Requirements
### Requirements

- A modern version of `gcc`
- `make`

#### Build
### Build

You need to build both the `funcheck` binary and the `libfuncheck.so` library.

##### Clone the repository
#### Clone the repository

```bash
git clone https://github.com/tmatis/funcheck.git
cd funcheck
```

##### Build the `libfuncheck.so` library
#### Build the `libfuncheck.so` library

```bash
cd library
make
```

##### Build the `funcheck` binary
#### Build the `funcheck` binary

```bash
cd ../host
Expand Down

0 comments on commit 631249e

Please sign in to comment.