User:Jaffa/Developing with Vala
m (→Packages) |
(→Monodevelop 2.0) |
||
(6 intermediate revisions not shown) | |||
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 2.0 === | |
- | === | + | MonoDevelop 2.0 is out and stable. The Vala plugin is still not top notch usability (completion is not always working) but the editor is good and easy to use. |
- | + | * RPMs at http://download.opensuse.org/repositories/Mono/openSUSE_Factory/ for openSUSE 11.2 Factory | |
- | + | * RPMs at http://download.opensuse.org/repositories/Mono/openSUSE_11.1/ for openSUSE 11.1 Stable | |
- | + | * [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] | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + |
Latest revision as of 21:33, 21 June 2009
Contents |
[edit] 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
[edit] IDE
[edit] MonoDevelop 2.0
MonoDevelop 2.0 is out and stable. The Vala plugin is still not top notch usability (completion is not always working) but the editor is good and easy to use.
- RPMs at http://download.opensuse.org/repositories/Mono/openSUSE_Factory/ for openSUSE 11.2 Factory
- RPMs at http://download.opensuse.org/repositories/Mono/openSUSE_11.1/ for openSUSE 11.1 Stable
- Setup instructions by Bundyo
[edit] Eclipse
- Valable is Eclipse plugin
- TODO How to install
- Screenshots
- This page was last modified on 21 June 2009, at 21:33.
- This page has been accessed 5,868 times.