Update README
Add build and installation instructions to README
This commit is contained in:
parent
978931965e
commit
9e6e9f245d
10
README.md
10
README.md
@ -1,3 +1,11 @@
|
|||||||
# OwlTestRunner
|
# OwlTestRunner
|
||||||
|
|
||||||
A test runner for it's usage for testing C.
|
A test runner for it's usage for testing C.
|
||||||
|
|
||||||
|
### Installation instructions
|
||||||
|
|
||||||
|
1. Install system package manager build utilities if need-be. (Debian: `sudo apt install -y build-essential`)
|
||||||
|
2. Install Perl Build module from system package manager. (Debian: `apt-get install libcpanplus-dist-build-perl`)
|
||||||
|
3. Run `cpan build .`
|
||||||
|
4. Run `cpan install .`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user