User Tools

Site Tools


buildwx-en

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
buildwx-en [2018/11/12 08:56] – external edit 127.0.0.1buildwx-en [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-======Build wxWidgets 2.8.x from source====== 
----- 
-Some distributions do not have a matching wxWidgets package. 
-So here is a small guide line for building it your self. 
----- 
- 
- 
-=====Linux systems===== 
-<code> 
-- download: http://prdownloads.sourceforge.net/wxwindows/wxGTK-2.8.*.tar.gz 
-- install gtk2-devel and all other missing development tools from your distribution!!! 
-- unzip the source tarball: 
-    gzip -d wxGTK-2.8.*.tar.gz 
-- un tar it: 
-    tar -xf wxGTK-2.8.*.tar 
-- cd wxGTK-2.8.* 
-- ./configure --enable-unicode --enable-graphics_ctx 
-- make 
-- install the wx headers and libraries: 
-  sudo make install 
-- update the ld.so.conf: 
-    sudo /sbin/ldconfig 
-</code> 
- 
-=====Windows systems===== 
-Please see the detailed description in [[cmingw-en|Compile Rocrail with MinGW, MSYS and wxWidgets]]. 
- 
- 
-Now you must be able to compile and run the Rocgui on your system. 
  
buildwx-en.1542009373.txt.gz · Last modified: 2018/11/12 08:56 by 127.0.0.1