Skip to content

Commit

Permalink
Added linux build script and precompiled binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni Blåfield committed May 2, 2019
1 parent a04cbd7 commit 2554ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added bin/linux/updater
Binary file not shown.
2 changes: 2 additions & 0 deletions build_linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
g++ -lcurl -Ofast cURLpp.cpp Easy.cpp Exception.cpp Form.cpp Info.cpp ip.cpp main.cpp Multi.cpp OptionBase.cpp Options.cpp internal/CurlHandle.cpp internal/OptionList.cpp internal/OptionSetter.cpp internal/SList.cpp -o updater -I .
cp -R skeleton/* .

0 comments on commit 2554ce9

Please sign in to comment.