編譯服務 Curl

2021-04-30 01:13:20 字數 790 閱讀 4432

注意,命令列客戶端osc在一些命令中有問題,因此您也許需要使用curl。

參見osc help req

curl是乙個命令列工具來從伺服器上獲取資料或傳送資料到伺服器上,這需要使用一種支援的協議(http, https, ftp, ftps, tftp, dict, telnet, ldap 或 file)。

這個命令被設計為不需要與使用者進行互動。

它能夠在開發過程中幫助測試opensuse編譯服務api。

這裡列出了最常用的命令:

[ 編輯]

編輯]curl -u username:password -x put -t /path/to/file/to/put http://some.host/any/path [

編輯]curl -u username:password -x post -t /path/to/file/to/post http://some.host/any/path [

編輯]curl -u username:password -x delete http://some.host/any/path

curl 交叉編譯

用arm linux gcc交叉編譯 openssl zlib curl 2010 12 25 15 25 準備工作 1.ubuntu 系統 cd opt tar zxvf arm linux gcc 4.3.2.tgz c 每重新進入一次shell都要執行一下這幾句 export ld libar...

編譯和交叉編譯curl

root kwt virtual machine home kwt tar vxf curl 7.69 1.tar.gz 進入curl 7.69.1目錄 進入curl 7.69 1目錄 執行.configure命令生成makefile root kwt virtual machine home kw...

linux arm交叉編譯curl

config no asm shared no async prefix home maowendi cross compile prefix arm linux configure的時候報錯 開始的時候沒有注意,直接編譯,報如下錯誤 注意於是修改configure引數 新增如下 wl,rpath ...