Now available via Metacello (cleaned up - no underscore assignment, test package, categorized methods)
Note that you require the correct sqlite shared library in your VM's directory (download from http://www.sqlite.org/download.html) Just evaluate: ------------------------------------------------------------------ Gofer new squeaksource: 'MetacelloRepository'; package: 'ConfigurationOfSQLite3'; load. "If you need all (including tests):" ((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.0') load: 'Tests'. "Only the core" ((Smalltalk at: #ConfigurationOfSQLite3) project version: '1.0') load. ------------------------------------------------------------------ Bye T. -- Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
