User:Jaffa/Developing with Vala: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>jaffa m →IDE: Link to Valable |
imported>jaffa Adding install instructions |
||
| Line 1: | Line 1: | ||
== | == Installing in Scratchbox == | ||
# Add extras and extras-devel to /etc/apt/sources.list.d in Scratchbox | |||
# Install valac (and, optionally, libgee). | |||
For example: | |||
http:// | /scratchbox/login | ||
for j in '' '-src'; do for i in '' '-devel'; do | |||
echo "deb$j http://repository.maemo.org/extras$i diablo free non-free" >>/etc/apt/sources.list.d/extras-repo.list | |||
done; done | |||
apt-get update && apt-get install valac libgee | |||
=== | == IDE == | ||
=== Monodevelop === | |||
* RPMs at http://mono.ximian.com/monobuild/snapshot/download-trunk/ | |||
* [http://www.internettablettalk.com/forums/showthread.php?p=201170#post201170 Setup instructions] by Bundyo | |||
=== Eclipse === | |||
* [https://launchpad.net/valable Valable] is Eclipse plugin | |||
* '''TODO''' How to install | |||
* [http://www.internettablettalk.com/forums/showthread.php?p=203154#post206712 Screenshots] | |||
Revision as of 17:29, 25 July 2008
Installing in Scratchbox
- Add extras and extras-devel to /etc/apt/sources.list.d in Scratchbox
- Install valac (and, optionally, libgee).
For example:
/scratchbox/login for j in '-src'; do for i in '-devel'; do echo "deb$j http://repository.maemo.org/extras$i diablo free non-free" >>/etc/apt/sources.list.d/extras-repo.list done; done apt-get update && apt-get install valac libgee
IDE
Monodevelop
- RPMs at http://mono.ximian.com/monobuild/snapshot/download-trunk/
- Setup instructions by Bundyo
Eclipse
- Valable is Eclipse plugin
- TODO How to install
- Screenshots