|
## Building FreeM
|
|
|
|
|
|
|
|
In the following documentation, `$DIST_ROOT` refers to the directory created when you cloned the repository. So, if you ran `git clone` from your home directory, and your user account was `abc`, `$DIST_ROOT` would be `/home/abc/freem`.
|
|
In the following documentation, `$DIST_ROOT` refers to the directory created when you cloned the repository. So, if you ran `git clone` from your home directory, and your user account was `abc`, `$DIST_ROOT` would be `/home/abc/freem`.
|
|
|
|
|
|
In order to build FreeM, navigate to `$DIST_ROOT` and run `make`, as show below:
|
|
In order to build FreeM, navigate to `$DIST_ROOT` and run `make`, as show below:
|
... | @@ -46,7 +44,7 @@ FreeM 0.1.6 |
... | @@ -46,7 +44,7 @@ FreeM 0.1.6 |
|
|
|
|
|
USER>
|
|
USER>
|
|
```
|
|
```
|
|
From this point forward, the documentation for [The FreeM REPL] applies.
|
|
From this point forward, the documentation for [The FreeM REPL](the-freem-repl) applies.
|
|
|
|
|
|
## Compiler Flags
|
|
## Compiler Flags
|
|
|
|
|
... | | ... | |