Changeset 775 in code for trunk/README.md
- Timestamp:
- Feb 8, 2022, 3:10:19 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/README.md
r593 r775 21 21 22 22 - Go 23 - BSD or GNU make 23 24 - a C89 compiler (for SQLite) 24 25 - scdoc (optional, for man pages) … … 31 32 For development, you can use `go run ./cmd/soju` as usual. 32 33 33 To link with the system libsqlite3, use `makeGOFLAGS="-tags=libsqlite3"`.34 To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`. 34 35 35 36 ## Contributing
Note:
See TracChangeset
for help on using the changeset viewer.