-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added linux build script and precompiled binary
- Loading branch information
Toni Blåfield
committed
May 2, 2019
1 parent
a04cbd7
commit 2554ce9
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* . |