-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (34 loc) · 1.03 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
43
44
45
46
47
48
49
50
--------
WELCOME!
--------
Renamah is a(nother) batch renamer written in C++.
The effort is oriented toward:
* ergonomy
* the crossplatform aspect (Qt4)
* modularity (plugin system for filters)
Featuring:
* cascading filters: replace, numbering, cutter, case manipulations, etc
* cascading finalizers: launching of a system command for each files, etc
* undo system
* internationalization (French and English for now)
--------------------
INSTALL INSTRUCTIONS
--------------------
In the renamah root directory, type:
cmake .
make
sudo make install
If you just want to execute renamah from the generated build dir in the source directory, just create an empty file named "dev" beside the binary.
------------
DEPENDENCIES
------------
To be successfully compiled, Renamah depends on some libraries:
- libqt4-core
- libqt4-gui
- libqt4-xml
------------
THE END WORD
------------
You can find Renamah homepage at: http://github.com/Guid75/renamah
Thank you for using it!
Guillaume Denry <[email protected]>