User talk:Kaspernj

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(New page: I got my OpenMoko Freerunner in December 2008. Since then I have developed a small application for managing the wireless interface in the phone called knjMokoWifi. I have also set up a r...)
 
m (Removed the stuff I wrote earlier, since it does not go here.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
I got my OpenMoko Freerunner in December 2008.
 
  
Since then I have developed a small application for managing the wireless interface in the phone called knjMokoWifi.
+
----
 
+
Can you add your application to www.opkg.org also --[[User:Rakshat|Rakshat]] 09:20, 19 March 2009 (UTC)
I have also set up a repository where this application can be downloaded from, along with other packages like:
+
 
+
PHP 5.2.6
+
PHP-GTK 2.0.1
+
Ruby 1.8
+
Ruby 1.8 - GTK2
+
Ruby 1.8 - SQLite3
+
 
+
 
+
And a lot of other packages.
+
 
+
 
+
Try it out like this:
+
 
+
wget http://downloads.kaspernj.org/openmoko/repository/knjrepository.conf -O /etc/opkg/knjrepository.conf
+
opkg update
+
opkg install php526 php526-gtk2
+
opkg install knjmokowifi
+
opkg install ruby1.8 libsqlite3-ruby1.8
+

Latest revision as of 15:32, 5 April 2009


Can you add your application to www.opkg.org also --Rakshat 09:20, 19 March 2009 (UTC)

Personal tools

I got my OpenMoko Freerunner in December 2008.

Since then I have developed a small application for managing the wireless interface in the phone called knjMokoWifi.

I have also set up a repository where this application can be downloaded from, along with other packages like:

PHP 5.2.6 PHP-GTK 2.0.1 Ruby 1.8 Ruby 1.8 - GTK2 Ruby 1.8 - SQLite3


And a lot of other packages.


Try it out like this:

wget http://downloads.kaspernj.org/openmoko/repository/knjrepository.conf -O /etc/opkg/knjrepository.conf opkg update opkg install php526 php526-gtk2 opkg install knjmokowifi opkg install ruby1.8 libsqlite3-ruby1.8