Advertisement
sst311212

Cygwin 編譯 ruuveal

Jan 1st, 2014
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. 1. 下載 Cygwin 的安裝檔 setup-x86.exe
  2. 2. 放到 C:\cygwin 並執行
  3. 3. 下載站選擇 ftp://ftp.ntu.edu.tw
  4. 4. 搜尋並加入以下的軟體
  5.  
  6. (1) autoconf2.1 - 2.13-12
  7. (2) libtool - 2.4-1
  8. (3) libmcrypt-devel - 2.5.8-11
  9. (4) gcc-core - 4.8.2-2
  10. (5) make - 4.0-2
  11.  
  12. 5. 安裝完成後執行桌面的 Cygwin Terminal
  13. 6. 解壓縮 ruuveal-0.2.0 到 C:\cygwin\home\[username]
  14. 7. 依序輸入以下命令
  15.  
  16. (1) cd ruuveal-0.2.0
  17. (2) ./configure
  18. (3) make
  19.  
  20. 8. 完成後在 C:\cygwin\home\[username]\ruuveal-0.2.0\.libs\ 可以看到 ruuveal.exe
  21. 9. 從 C:\cygwin\bin\ 複製 cygwin1.dll 與 cygmcrypt-4.dll 到資料夾就可以了
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement