Cleanup, update README

This commit is contained in:
John J. Camilleri
2021-10-14 11:26:30 +02:00
parent 2d3c390e7d
commit 30e3e6ba52
2 changed files with 9 additions and 36 deletions

View File

@@ -17,16 +17,24 @@ g++
- Install XCode from App Store
- Install XCode command line tools: `xcode-select --install`
- Required system packages (`brew install ...`):
```
autoconf
automake
libtool
```
## Installation
Installing the runtime (puts libraries in `/usr/local/lib`):
**Note for macOS**: you should first run `glibtoolize`, followed by the commands below.
```
autoreconf -i
./configure
make
make install
```
The shared libraries are installed in `/usr/local/lib`.
## Using