-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
36 lines (25 loc) · 786 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
eselect-vala
============
An eselect module to easily manage what version of valac to use by default if
there are several ones installed in your Gentoo system.
Usage
-----
Use `eselect vala` as regular eselect module, Ex:
$ eselect vala list
Available valac versions:
[1] valac-0.10
[2] valac-0.12 *
$ sudo eselect vala set 1
That will choose 0.10 branch instead of previously active 0.12.
Of course, you can still access any version of `valac` you want by manually
specifying it's version in a command line, Ex:
$ eselect vala show
Current valac version:
/usr/bin/valac-0.10
$ valac-0.12 helloworld.vala
Authors
-------
Gavrilov Maksim <[email protected]>
Copying
-------
This software is distributed under the terms of the GNU General Public License v2.