-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL_INFO_READ_ME_FIRST.txt
73 lines (56 loc) · 2.31 KB
/
INSTALL_INFO_READ_ME_FIRST.txt
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
WinXound
========
WinXound is a free and open-source Front-End GUI Editor for CSound 5, CSoundAV,
CSoundAC, with Python and Lua support, developed by Stefano Bonetti.
It runs on Microsoft Windows, Apple Mac OsX and Linux.
WinXound is optimized to work with the new CSound 5 compiler.
FEATURES:
=========
- Edit CSound, Python and Lua files (csd, orc, sco, py, lua) with Syntax Highlight and Rectangular Selection;
- Run CSound, CSoundAV, CSoundAC, Python and Lua compilers;
- Run external language tools (CSoundGUI or QuteCsound, Idle, or other GUI Editors);
- CSound analysis user friendly GUI;
- Integrated CSound manual help;
- Possibilities to set personal colors for the syntax highlighter;
- Convert orc/sco to csd or csd to orc/sco;
- Split code into two windows horizontally or vertically;
- CSound csd explorer (File structure for Tags and Instruments)
- Line numbers;
- Bookmarks;
- Code repository to store your preferred code;
And much more ...
SYSTEM REQUIREMENTS:
====================
- CSound 5: http://sourceforge.net/projects/csound
- Requested to work with Python: Python compiler
(http://www.python.org/download/)
INSTALLATION AND USAGE:
=======================
1) Before to compile WinXound you need to install:
- gtkmm-2.4 (libgtkmm-2.4-dev)
- vte (libvte-dev)
- webkit-1.0 (libwebkit-dev)
2) To compile WinXound open the terminal window, go into the uncompressed "winxound_gtkmm" directory and type:
./configure
make
3) To use WinXound (without installing it):
make standalone
./WinXound/winxound
[Note: The WinXound folder must be located in a path where you have full read and write permission.]
4) To install WinXound:
Installation not supported - Please use:
make standalone
When finished copy the WinXound folder inside a path
where you have full Read and Write permission, for example
in your Home folder, and double click the winxound executable file.
WEB SITE AND CONTACTS:
======================
- Web: winxound.codeplex.com
- Email: [email protected] (or [email protected])
SOURCE CODE:
============
- The source code is written in C++ using Anjuta.
CREDITS:
========
- The TextEditor is entirely based on the wonderful SCINTILLA text control by Neil Hodgson
(www.scintilla.org).