Changeset 775 in code for trunk/README.md


Ignore:
Timestamp:
Feb 8, 2022, 3:10:19 PM (3 years ago)
Author:
contact
Message:

makefile: switch to BSD/GNU make

Let's stop using POSIX make, it's too much of a pain.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r593 r775  
    2121
    2222- Go
     23- BSD or GNU make
    2324- a C89 compiler (for SQLite)
    2425- scdoc (optional, for man pages)
     
    3132For development, you can use `go run ./cmd/soju` as usual.
    3233
    33 To link with the system libsqlite3, use `make GOFLAGS="-tags=libsqlite3"`.
     34To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`.
    3435
    3536## Contributing
Note: See TracChangeset for help on using the changeset viewer.