File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -670,11 +670,11 @@ For cgroup v2, systemd dbus will be used to create a transient scope for cgroup
670
670
671
671
Build container init ` cinit ` :
672
672
673
- ` go build -o cinit ./cmd/cinit `
673
+ ` go build -o cinit ./cmd/go-judge-init `
674
674
675
675
Build ` go_judge.so ` :
676
676
677
- ` go build -buildmode=c-shared -o go_judge.so ./cmd/ffi/ `
677
+ ` go build -buildmode=c-shared -o go_judge.so ./cmd/go-judge- ffi/ `
678
678
679
679
For example, in JavaScript, run with ` ffi-napi ` (seems node 14 is not supported yet):
680
680
@@ -732,7 +732,7 @@ If a bind mount is specifying a target within the previous mounted one, please e
732
732
### Windows Support
733
733
734
734
- Build ` go-judge ` by: ` go build ./cmd/go-judge/ `
735
- - Build ` go_judge.dll ` : (need to install ` gcc ` as well) ` go build -buildmode=c-shared -o go_judge.so ./cmd/ffi/ `
735
+ - Build ` go_judge.dll ` : (need to install ` gcc ` as well) ` go build -buildmode=c-shared -o go_judge.so ./cmd/go-judge- ffi/ `
736
736
- Run: ` ./go-judge `
737
737
738
738
#### Windows Security
@@ -744,7 +744,7 @@ If a bind mount is specifying a target within the previous mounted one, please e
744
744
### MacOS Support
745
745
746
746
- Build ` go-judge ` by: ` go build ./cmd/go-judge/ `
747
- - Build ` go_judge.dylib ` : (need to install ` XCode ` ) ` go build -buildmode=c-shared -o go_judge.dylib ./cmd/ffi/ `
747
+ - Build ` go_judge.dylib ` : (need to install ` XCode ` ) ` go build -buildmode=c-shared -o go_judge.dylib ./cmd/go-judge- ffi/ `
748
748
- Run: ` ./go-judge `
749
749
750
750
#### MacOS Security
You can’t perform that action at this time.
0 commit comments