osg原始碼編譯步驟
1、最基礎的庫zlib
2、libjpeg;http://blog.csdn.net/dgyanyong/article/details/22970213
3、libtiff;http://blog.csdn.net/chunxiaopengshan/article/details/4038368
With Microsoft Visual C++ installed, and properly configured for commandline use (you will likely need to source VCVARS32.BAT in AUTOEXEC.bAT or somewhere similar) you should be able to use the provided makefile.vc.
C:\LIBTIFF\LIBTIFF> nmake /f makefile.vc C:\LIBTIFF\LIBTIFF> cd ..\tools C:\LIBTIFF\TOOLS> nmake /f makefile.vcThis will build the library file LIBTIFF\LIBTIFF\LIBTIFF.LIB. This can be used in Win32 programs. If used in a project using the /MD compiler switch (using the runtime C library), it may be necessary to modify the CFLAGS macro in makefile.vc to correspond.
The makefile also builds a DLL (libtiff.dll) with an associated import library (libtiff_i.lib). Any builds using libtiff will need to include the LIBTIFF\LIBTIFF directory in the include path.
The libtiff\tools\makefile.vc should build .exe's for all the standard TIFF tool programs.
NOTE: The contents of the contrib/win32 directory should no longer be needed, and are kept in the distribution temporarily.
4、libpng;http://blog.csdn.net/yshen_dublin/article/details/4942871
以上三庫均需依賴zlib庫;
5、核心庫OpenThreads,以獲得多執行緒支援;
6、osg原始碼可以從osgwiki官網下載;
相關文章
- 編譯Spring原始碼的步驟及一些問題編譯Spring原始碼
- LAMP 編譯安裝基本步驟LAMP編譯
- 學習編譯原理的步驟編譯原理
- openwifi編譯步驟記錄WiFi編譯
- java筆記2-java編譯步驟Java筆記編譯
- Linux系統下編譯Openssl 步驟:Linux編譯
- CDH impala for Apache HADOOP 安裝編譯步驟.ApacheHadoop編譯
- doris編譯和安裝部署詳細步驟編譯
- MySQL 5.6.19編譯安裝詳細步驟MySql編譯
- 陪玩系統原始碼實現音訊編碼的相關步驟原始碼音訊
- zabbix3.4原始碼安裝步驟原始碼
- 原始碼編譯Vim 8原始碼編譯
- MongoDB(0)- 原始碼編譯MongoDB原始碼編譯
- 編譯Android原始碼編譯Android原始碼
- 編譯hibernate原始碼編譯原始碼
- Docker編譯Azerothcore原始碼Docker編譯原始碼
- Spring原始碼編譯Spring原始碼編譯
- ambari+ bigtop 編譯、打包、部署步驟總覽編譯
- ZXing原始碼解析二:掌握解碼步驟原始碼
- debian下編譯2.6.13.2核心的步驟及感受(轉)編譯
- 編譯FFMPEG原始碼的指令碼編寫案例編譯原始碼指令碼
- WebRTC研究 (一) 編譯原始碼Web編譯原始碼
- 原始碼編譯 apache2.4原始碼編譯Apache
- Kubernetes原始碼編譯原始碼編譯
- Swift原始碼專案編譯Swift原始碼編譯
- 龍芯原始碼編譯MySQL原始碼編譯MySql
- Ceph原始碼編譯與打包原始碼編譯
- nvme driver 原始碼修改、編譯原始碼編譯
- 原始碼編譯安裝Redis原始碼編譯Redis
- LAMP原始碼編譯安裝LAMP原始碼編譯
- Android原始碼編譯--整理Android原始碼編譯
- XCode 編譯 PAG 原始碼XCode編譯原始碼
- Android原始碼閱讀-編譯8.0原始碼Android原始碼編譯
- Vue3原始碼分析——編譯模組和編譯器Vue原始碼編譯
- MySQL5.5原始碼編譯新增編譯備註資訊~MySql原始碼編譯
- Linux下編譯安裝Mysql 5.5的簡單步驟Linux編譯MySql
- 交叉編譯PHP5、Nginx、Squid的詳細步驟編譯PHPNginxUI
- ts-jest無法編譯執行ESM【解決步驟】編譯