~monkey-libre/valide/vala-0.11.6

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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Val(a)IDE

1. Introduction
2. Compilation
3. Installation
4. Bugs
5. License

1. Introduction
===============
  Val(a)IDE is an Integrated Development Environment (IDE) for the Vala
  programming language.

2. Compilation
==============
  Dependencies:
    - GTK+-2.0 >= 2.14
    - GDL >= 2.28
    - GtkSourceView 2.0
    - libvala-1.0
    - valac
    - xsltproc
    - libunique (optionnal)

  $ bzr branch lp:valide
  $ cd valide

  Compiling:
  $ ./waf configure
  $ ./waf

3. Installation
===============

3.1 On Linux
------------
  $ ./waf install

3.2 On Windows
--------------
  On Windows, you should use NSIS for create an installer:

  - Download the lastest version of NSIS: http://nsis.sourceforge.net/Download
  - Enter in the package/win32 directory.
  - Copy the files fileassoc.nsh and EnvVarUpdate.nsh in the include/ directory
    of NSIS (typically C:\Program Files\NSIS)
  - Right click on the valide.nsi file and select "Compile NSIS script"
  - Launching the new created file valide-*.exe

4. Bugs
=======
  This program is still in development! You can be reported bugs in
  Valide bug page: https://bugs.launchpad.net/valide

5. License
==========
  Copyright (C) 2008-2010  Nicolas Joseph
  This program is under GNU GPL v3 or later