Skip to content

Commit fd08c80

Browse files
committed
add build_so.sh to readme
1 parent a31f465 commit fd08c80

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ You can compile GSS to pure JavaScript with the `scripts/build_javascript.sh` sc
136136

137137
The `build_android.sh` script is used to build an [Android Archive](https://developer.android.com/studio/projects/android-library) (AAR) file and associated Javadocs.
138138

139+
**Shared Object**
140+
141+
The `build_so.sh` script is used to build a Shared Object (`*.go`), which can be called by `C`, `C++`, and `Python` on Linux machines.
142+
139143
# Contributing
140144

141145
[Spatial Current, Inc.](https://spatialcurrent.io) is currently accepting pull requests for this repository. We'd love to have your contributions! Please see [Contributing.md](https://github.com/spatialcurrent/go-simple-serializer/blob/master/CONTRIBUTING.md) for how to get started.

examples/c/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ build_c:
1212
build: build_so build_c
1313
run:
1414
LD_LIBRARY_PATH=. bin/gss_test_c
15-
run_python:
1615
clean:
1716
rm -f gss.h gss.so bin/gss_test_c

0 commit comments

Comments
 (0)