This commit is contained in:
Aliberk Sandıkçı 2023-07-26 14:17:41 +03:00
parent bc6a8d735a
commit 3a1d5fa320
Signed by: asandikci
GPG Key ID: 25C67A03B5666BC1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ How to **build** c-daemon + go processes:
```bash ```bash
git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon git clone https://git.aliberksandikci.com.tr/liderahenk/go-daemon
cd go-daemon/ cd go-daemon/
go build -o c-daemon/bin/ info go build -o c-daemon/bin/ c-daemon/go-files/info
gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c gcc -o c-daemon/bin/test c-daemon/daemon/test.c c-daemon/daemon/daemon.c
``` ```