Skip to content

Commit

Permalink
Merge pull request #3 from 0xvpr/dev
Browse files Browse the repository at this point in the history
README changes
  • Loading branch information
0xvpr authored Jun 12, 2023
2 parents f4febcb + 8db9f95 commit 62c2142
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 21 deletions.
27 changes: 10 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,21 @@ This project aims to provide a tool for the extraction of the
## Build Instructions (Using CMake)
```bash
git clone https://github.com/0xvpr/vpr-extract && cd vpr-extract
autoreconf -i
mkdir Build && cd Build
../configure --prefix=/usr/local
make
# make install # uncomment if you want it available globally
cmake -B build
cmake --build build
# sudo cmake --build build --target install # uncomment for local install
```

## Example Usage
```bash
vpr-extract path/to/file-1 path/to/file-2
vpr-extract path/to/file-1.obj path/to/file-2.obj
#
# Target: path/to/file-1 -> out-0.bin
# Size of path/to/file-1: 420
# Written to 'out-0.bin'.
# Target: path/to/file-1.obj -> file-1.bin
# Size of path/to/file-1.obj: 420
# Written to 'file-1.bin'.
#
# Target: path/to/file-2 -> out-1.bin
# Size of path/to/file-2: 69
# Written to 'out-1.bin'.
# Target: path/to/file-2.obj -> file-2.bin
# Size of path/to/file-2.obj: 69
# Written to 'file-2.bin'.
#
```

## Testing
```bash
make check
```
4 changes: 0 additions & 4 deletions build.sh

This file was deleted.

0 comments on commit 62c2142

Please sign in to comment.