Archiv der Kategorie: R14B01

Erlang/OTP R14B01 with GNU MP on Ubuntu 10.10 (10.04)

Install package “libgmp3-dev” (e.g. “sudo apt-get install libgmp3-dev“). Add “–with-gmp” to configure call in Your Erlang/OTP source tree.

Veröffentlicht unter 10.10, Erlang/OTP, GNU MP, R14B01 | Hinterlasse einen Kommentar

Building wxWidgets from Source for Erlang/OTP

Extract the wxWidgets tarball. > cd $SRC_HOME > tar xvf ~/Downloads/wxwidgets.org/wxWidgets-2.8.11.tar.bz2 Create a build directory and change into it. > mkdir wxWidgets-2.8.11-build > cd wxWidgets-2.8.11-build Execute configure, compile and install wxWidgets (check permissions): > ../wxWidgets-2.8.11/configure –enable-unicode –with-opengl –prefix=/opt/wxWidgets-2.8.11 > make … Weiterlesen

Veröffentlicht unter 2.8.11, Erlang/OTP, R14B01, wxWidgets | Hinterlasse einen Kommentar