Skip to content

Commit

Permalink
minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwb committed Apr 4, 2018
1 parent 04de603 commit 6b9afda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This requires that you have wget. For linux that is simple. For mac, you will ne
## Installation
Installation should be relatively simple. Then you just run `cmake .` in the phlawd_db_maker directory. This should make the necessary files. Then you run `make` and it should compile and make the `phlawd_db_maker` executable.

If you run into problems, it make be the sqlitewrapper. To fix that, just go into the deps/sqlitewrapper directory and type `make clean` and then `make`. Then copy (`cp`) the `libsqlitewrapper.a` into the relevant `deps` directory (so `cp libsqlitewrapper.a ../mac` if you are running a mac and `cp libsqlitewrapper.a ../linux` if you are running a linux).
If you run into problems, it make be the sqlitewrapper. To fix that, just go into the deps/sqlitewrapped directory and type `make clean` and then `make`. Then copy (`cp`) the `libsqlitewrapped.a` into the relevant `deps` directory (so `cp libsqlitewrapped.a ../mac` if you are running a mac and `cp libsqlitewrapped.a ../linux` if you are running a linux).

## Usage
All you need to do to run this is pick the division you want (so `pln` for example) and then run
Expand Down

0 comments on commit 6b9afda

Please sign in to comment.