forked from poppa/Roxen-Application-Launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (28 loc) · 1.29 KB
/
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
37
38
39
40
41
42
Roxen Application Launcher for Linux
================================================================================
For those fortunate enough working with Roxen CMS, Roxen Application Launcher
lets you edit files on a remote Roxen CMS server in your preferred desktop
application.
This Roxen Application Launcher is primarily for the GNOME desktop, but it
builds fine in KDE as well, and is written in the programming language Vala
which isn't needed per se if this is the distribution package which will build
from the C sources that was generated by the Vala compiler.
Getting started
================================================================================
To build run:
name@machine:~$ ./configure
name@machine:~$ make
name@machine:~$ make install
Requirements
================================================================================
GLib 2.30.0 libglib
GTK 3.2.0 libgtk2.0
SOUP 2.36.0 libsoup2.4
GIO 2.3.0 glib-networking
GDK Pixbuf 2.24.0 libgdk-pixbuf2.0
Notify 0.7.4 libnotify
This is what's in Ubuntu 11.10.
Build from Vala sources
================================================================================
If you build from the Vala sources Vala 0.16 is required.
# Pontus Östlund - 2012-05-10