19 lines
402 B
Markdown
19 lines
402 B
Markdown
|
# Untitled Social Network server
|
||
|
|
||
|
## Building
|
||
|
### Requirements
|
||
|
|
||
|
- A recent-ish build of zig from the [main branch](https://github.zom/ziglang/zig) (0.9.1 will NOT work, it is missing stdlib apis we use)
|
||
|
- System libraries
|
||
|
* `sqlite3`
|
||
|
|
||
|
### Commands
|
||
|
|
||
|
To build a binary: `zig build`
|
||
|
To run in debug mode: `zig build run`
|
||
|
|
||
|
### License
|
||
|
|
||
|
fuck you. i don't license this code to you. steal it or fuck off
|
||
|
|