Difference between revisions of "User:Robin Cornelius/http texture on 64bit"

From Second Life Wiki
Jump to navigation Jump to search
(New page: Rough notes for trying to build the http texture branch in a non standalone configuration on a 64bit linux host I'm assuming you have appropriate -dev packages installed already on your ...)
 
Line 1: Line 1:
Rough notes for trying to build the http texture branch in a non standalone configuration on a 64bit linux host
Rough notes for trying to build the http texture branch in a non standalone configuration on a 64bit linux host


Line 22: Line 21:
  mkdir libraries/includes/ELFIO
  mkdir libraries/includes/ELFIO
  cp $elfiosrc/ELFIO/*.h libraries/includes/ELFIO -r
  cp $elfiosrc/ELFIO/*.h libraries/includes/ELFIO -r
cp $elfiosrc/ELFIO/libELFIO.a ../libraries/x86_64-linux/lib_release_client/

Revision as of 05:12, 9 April 2009

Rough notes for trying to build the http texture branch in a non standalone configuration on a 64bit linux host

I'm assuming you have appropriate -dev packages installed already on your system, locations based on a Debian system.

--Gtk, Glib and friends --

cp /usr/include/glib-2.0/* libraries/includes/ -r
cp /usr/include/gtk-2.0/* libraries/includes/ -r
cp /usr/include/pango-1.0/* libraries/includes/ -r
cp /usr/include/atk-1.0/* libraries/includes/ -r
cp /usr/include/cairo-1.0/* libraries/includes/ -r
cp /usr/lib/glib-2.0/include/glibconfig.h libraries/includes/
cp /usr/lib/gtk-2.0/include/glibconfig.h libraries/includes/
-- dbus--
cp /usr/include/dbus-1.0/* libraries/includes/ -r

-- ndofdev-- ndofdev_external.h is needed from the ndof source

cp $libndofsrc/ndofdev_external.h ../libraries/include/
cp $libndofsrc/libndofdev.a libraries/x86_64-linux/lib_release_client/

--ELFIO--

mkdir libraries/includes/ELFIO
cp $elfiosrc/ELFIO/*.h libraries/includes/ELFIO -r
cp $elfiosrc/ELFIO/libELFIO.a ../libraries/x86_64-linux/lib_release_client/