updated documentation for the new installation
This commit is contained in:
@ -20,7 +20,7 @@
|
|||||||
#include "libutils/utilities.h"
|
#include "libutils/utilities.h"
|
||||||
#include "mtcompare_sumatra.h"
|
#include "mtcompare_sumatra.h"
|
||||||
|
|
||||||
#define VERSION "1.0.33"
|
#define VERSION "1.0.34"
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------- */
|
/* ----------------------------------------------- */
|
||||||
|
@ -29,7 +29,8 @@ Untar the archive, go into the newly created directory and compile:
|
|||||||
```
|
```
|
||||||
tar –zxvf sumatra_v[x.x.xx].tar.gz
|
tar –zxvf sumatra_v[x.x.xx].tar.gz
|
||||||
cd sumatra_v[x.x.xx]
|
cd sumatra_v[x.x.xx]
|
||||||
make
|
make -C sumalibs install
|
||||||
|
make install
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
Reference in New Issue
Block a user