Skip to content

Commit

Permalink
Update and rename INSTALL to BUILD.md
Browse files Browse the repository at this point in the history
  • Loading branch information
GGLinnk authored Jul 12, 2021
1 parent d76d926 commit c2160b6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 23 deletions.
22 changes: 22 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
### 1. If building from git (not needed for release tarballs):
Generate build system files (requires autoconf from autotools).
```bash
./autogen.sh
```

### 2. Generate makefiles
```bash
./configure
```
> Run ./configure --help to see configuration options.
### 3. Build executables
```
make
```

### 4. Install executables and manual pages (optional)
```bash
make install
```
> If you are on a system directory, don't forget to add ``sudo``.
23 changes: 0 additions & 23 deletions INSTALL

This file was deleted.

0 comments on commit c2160b6

Please sign in to comment.