Changeset 813 in code for trunk/README.md


Ignore:
Timestamp:
Mar 23, 2023, 7:27:39 PM (2 years ago)
Author:
koizumi.aoi
Message:

feat: replace mattn/go-sqlite3 with modernc.org/sqlite - this also means CGo is not needed anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r812 r813  
    1717- Go
    1818- BSD or GNU make
    19 - a C89 compiler (for SQLite)
    2019- scdoc (optional, for man pages)
    2120
     
    2726For development, you can use `go run ./cmd/suika` as usual.
    2827
    29 To link with the system libsqlite3, set `GOFLAGS="-tags=libsqlite3"`.
     28## License
     29AGPLv3, see [LICENSE](LICENSE).
    3030
    31 ## License
    32 
    33 AGPLv3, see LICENSE.
    34 
    35 Copyright (C) 2020 The soju Contributors
    36 Copyright (C) 2023-present Aoi K.
     31* Copyright (C) 2020 The soju Contributors
     32* Copyright (C) 2023-present Aoi K.
    3733
    3834The code for `version.go` is stolen verbatim from one of [@prologic](https://git.mills.io/prologic)'s projects. It's probably under MIT
Note: See TracChangeset for help on using the changeset viewer.