Skip to content

Commit 5b8590d

Browse files
committed
Add docs for cloning and building ports in readme.
1 parent e52fae5 commit 5b8590d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,25 @@
1515

1616
- [Abstract](#abstract)
1717
- [Table Of Contents](#table-of-contents)
18-
- [1. License](#1-license)
18+
- [1. Build System](#1-build-system)
19+
- [2. License](#2-license)
1920

2021
<!-- /TOC -->
2122

22-
## 1. License
23+
## 1. Build System
24+
25+
Follow these steps to build and install **METACALL** manually.
26+
27+
``` sh
28+
git clone --recursive https://github.com/metacall/ports.git
29+
mkdir ports/build && cd ports/build
30+
cmake ..
31+
make
32+
make test
33+
sudo make install
34+
```
35+
36+
## 2. License
2337

2438
**METACALL Ports** is licensed under **[Apache License Version 2.0](/LICENSE)**.
2539

0 commit comments

Comments
 (0)