User Tools

Site Tools


develop:debian-en

Differences

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

Link to this comparison view

Next revision
Previous revision
develop:debian-en [2024/11/01 12:22] – created - external edit 127.0.0.1develop:debian-en [2025/08/10 09:57] (current) rjversluis
Line 13: Line 13:
 git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets.git
 cd wxWidgets cd wxWidgets
-git checkout v3.2.6+git checkout v3.3.1
 mkdir linuxbuild mkdir linuxbuild
 cd linuxbuild cd linuxbuild
-../configure --prefix=/usr --enable-unicode --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no+../configure --prefix=/usr --disable-shared --enable-graphics_ctx --enable-monolithic --enable-stc --enable-debug=no
 make -j4 make -j4
 sudo make install sudo make install
Line 65: Line 65:
 <code> <code>
 sudo update-grub sudo update-grub
 +</code>
 +
 +====Network browsing====
 +<code>
 +sudo apt install cifs-utils gvfs-backends
 </code> </code>
  
develop/debian-en.1730460131.txt.gz · Last modified: 2024/11/01 12:22 by 127.0.0.1