Skip to content

Commit c9e8164

Browse files
committed
Update README.md
1 parent f67f813 commit c9e8164

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@ For videos
2828
vid2dhisteq --input 'video-input.mp4' --output 'video-output-enhanced.mp4' --w 6
2929
```
3030
### Speed up
31-
The speed of the program can be significantly increased if the go library `lib-im2dhist.go` in src/go_libs in the package is compiled and moved to a dir in the system path. To compile, simply install `go` and then run the script `make-library`.
31+
The speed of the program can be significantly increased if the go library `lib-im2dhist.go` in src/go_libs in the package is compiled and moved to a dir in the system path. To compile, simply install `go`. Then run
32+
```Bash
33+
go mod init lib-im2dhist.go
34+
go mod tidy
35+
```
36+
followed by running the script `make-library`.
3237

3338
## Showcase
3439
* A one minute comparative video: https://youtu.be/7LrzX2ZpLAQ

0 commit comments

Comments
 (0)