Skip to content

Commit 200e4b1

Browse files
author
robertDurst
committed
update readme with installation instructions
1 parent 63001d3 commit 200e4b1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The Sailfish programming language is an experimental project I am undertaking du
66

77
***
88

9+
## Installation
10+
11+
For now, you must build from source:
12+
1. clone this repo
13+
2. `cd sailfishc`
14+
3. `make`
15+
4. `./sailfishc`
16+
917
## Development
1018

1119
To run tests, you'll need [GoogleTest](https://github.com/google/googletest) and [CMake](https://cmake.org). There is a nice tutorial on how to get GoogleTest up and running on Ubuntu [here](https://www.eriksmistad.no/getting-started-with-google-test-on-ubuntu/). Make sure it is in accessible directory, although I believe there exists a git submodule in the `libs` directory of this repo. In order to run the test suite, follow these steps:

0 commit comments

Comments
 (0)