Web crawler for the amber search engine!
- Open a terminal.
- Run the following command:
go build -o builds/windows/RakeCrawler.exe
cp urls.txt blacklist.txt builds/windows`
- Install a cross-compilation toolchain like
mingw-w64. - Open a terminal.
- Run the following command:
set GOOS=linux
go build -o builds/windows/RakeCrawler
cp urls.txt blacklist.txt builds/windows
- Open a terminal.
- Run the following command:
go build -o builds/linux/RakeCrawler.exe
cp urls.txt blacklist.txt builds/linux
- Install a cross-compilation toolchain like
mingw-w64. - Open a terminal.
- Run the following command:
GOOS=windows GOARCH=amd64 go build -o builds/windows/RakeCrawler.exe
cp urls.txt blacklist.txt builds/windows