Skip to content

Commit b29190c

Browse files
committed
Merge branch '1.7-update-readme' into 1.7-dev
2 parents f143547 + a5cd2f1 commit b29190c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,33 +12,34 @@ This package requires the following tools/libraries to be installed in order to
1212

1313
## Building
1414

15-
### Linux (Ubuntu)
15+
### Linux
1616

1717
1. Make sure you have pkg-config installed via `apt install pkg-config`
1818
2. Clone [seabolt](http://github.com/neo4j-drivers/seabolt) (assume `<seabolt_dir>` to be the absolute path in which the clone resides) and make sure you can build it successfully (follow it's own instructions)
19-
3. Add/Update environment variable `PKG_CONFIG_PATH` to include `<seabolt_dir>/build`
20-
4. Add/Update environment variable `LD_LIBRARY_PATH` to include `<seabolt_dir>/build/lib`
19+
3. Add/Update environment variable `PKG_CONFIG_PATH` to include `<seabolt_dir>/build/dist/share/pkgconfig`
20+
4. Add/Update environment variable `LD_LIBRARY_PATH` to include `<seabolt_dir>/build/dist/lib`
2121
5. Get this package via `go get github.com/neo4j/neo4j-go-driver/neo4j`
2222

2323
### MacOS
2424

2525
1. Install pkg-config via `brew install pkg-config`
2626
2. Clone [seabolt](http://github.com/neo4j-drivers/seabolt) (assume `<seabolt_dir>` to be the absolute path in which the clone resides) and make sure you can build it successfully,
27-
3. Add/Update environment variable `PKG_CONFIG_PATH` to include `build` subdirectory of seabolt, i.e. `$PKG_CONFIG_PATH:<seabolt_dir>/build`
28-
4. Add/Update environment variable `LD_LIBRARY_PATH` to include `<seabolt_dir>/build/lib`
27+
3. Add/Update environment variable `PKG_CONFIG_PATH` to include `<seabolt_dir>/build/dist/share/pkgconfig` subdirectory of seabolt, i.e. `$PKG_CONFIG_PATH:<seabolt_dir>/build`
28+
4. Add/Update environment variable `LD_LIBRARY_PATH` to include `<seabolt_dir>/build/dist/lib`
2929
5. Go Get this package via `go get github.com/neo4j/neo4j-go-driver/neo4j`
3030

3131
### Windows
3232

3333
1. Install a mingw toolchain (for instance MSYS2 from https://www.msys2.org/) for cgo support (seabolt include some instructions),
34-
2. Clone [seabolt](http://github.com/neo4j-drivers/seabolt) (assume `<seabolt_dir>` to be the absolute path in which the clone resides) and make sure you can build it successfully,
35-
3. Add/Update environment variable `PKG_CONFIG_PATH` to include `build` subdirectory of seabolt, i.e. `%PKG_CONFIG_PATH%;<seabolt_dir>/build`
36-
4. Update environment variable `PATH` to include `<seabolt_dir>/build/bin`
37-
5. Go Get this package via `go get github.com/neo4j/neo4j-go-driver/neo4j`
34+
2. Install pkg-config following [these instructions](https://stackoverflow.com/questions/1710922/how-to-install-pkg-config-in-windows?answertab=active#tab-top), make the `bin` folder available in PATH before any MSYS2 PATH entries,
35+
3. Clone [seabolt](http://github.com/neo4j-drivers/seabolt) (assume `<seabolt_dir>` to be the absolute path in which the clone resides) and make sure you can build it successfully,
36+
4. Add/Update environment variable `PKG_CONFIG_PATH` to include `<seabolt_dir>/build/dist` subdirectory of seabolt, i.e. `%PKG_CONFIG_PATH%;<seabolt_dir>/build`
37+
5. Update environment variable `PATH` to include `<seabolt_dir>/build/dist/bin`
38+
6. Go Get this package via `go get github.com/neo4j/neo4j-go-driver/neo4j`
3839

3940
## Versioning
4041

41-
Although `master` branch contains the source code for the latest available release, we are also tagging releases after semantic versioning scheme so that `dep` will find latest release and add the driver as a dependency on your project.
42+
Although `1.7` branch contains the source code for the latest available release, we are also tagging releases after semantic versioning scheme so that `dep` will find latest release and add the driver as a dependency on your project.
4243

4344
## Getting the Driver
4445

0 commit comments

Comments
 (0)