mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
Small README update
This commit is contained in:
parent
a84fbbac62
commit
08d570a02c
|
@ -24,8 +24,8 @@ PROJ: `sudo apt-get install libproj-dev`
|
|||
OBS! You may need to set `export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib`.
|
||||
It is required for libproj.so to be found into
|
||||
/usr/local/lib/. You can also fix this by typing `locate libproj.so`
|
||||
which will give you <the_absolute_path_of_libproj.so> and then
|
||||
`cp <the_absolute_path_of_libproj.so> /usr/local/lib/`.
|
||||
which will give you <the_absolute_libproj.so_path> and then
|
||||
`cp <the_absolute_libproj.so_path> /usr/local/lib/`.
|
||||
|
||||
### Initializing GDAL submodule:
|
||||
`git submodule add https://github.com/OSGeo/gdal/tree/master/gdal`
|
||||
|
|
Loading…
Reference in New Issue
Block a user