You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For complete patterns for `C`, `C++`, and `Python`, see the `examples`.
107
+
For complete patterns for `C`, `C++`, and `Python`, see the `go-simpler-serializer/examples` folder.
106
108
107
109
# Releases
108
110
@@ -140,6 +142,10 @@ The `build_android.sh` script is used to build an [Android Archive](https://deve
140
142
141
143
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
144
145
+
**Changing Destination**
146
+
147
+
The default destination for build artifacts is `go-simple-serializer/bin`, but you can change the destination with a CLI argument. For building on a Chromebook consider saving the artifacts in `/usr/local/go/bin`, e.g., `bash scripts/build_cli.sh /usr/local/go/bin`
148
+
143
149
# Contributing
144
150
145
151
[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.
0 commit comments