-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathINSTALL.txt
51 lines (35 loc) · 1.48 KB
/
INSTALL.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
flactag.py
This program aims to support tagging of FLAC files
and supports the wonderful Pono player.
Copyright (C) 2015 Eggert Ehmke <[email protected]>
Source files and semi stable packages are available at
https://github.com/eehmke/flactag/
Installation instructions: these may be incomplete, as I don't have all kind
of systems available. If you find any missing steps, please let me know.
1. Linux
I assume a Debian derived distribution, like Ubuntu or Mint. The package
names and installation methods may vary for other distributions.
Dependencies: these packages must be installed to be able to rum flagtag:
python2.7
python3-pyqt4
python-mutagen
python-pycryptopp
run the program flactag.py
2. Mac / OS-X
Use MacPorts to install the needed packages.
port install python27
port install py27-crypto
port install py27-flac
port install py27-mutagen
extract the content of the source code archive into a local directory.
Run the program by
python.27 flactag.py
3. Windows
The distributed binary packages are build for a 64bit system. For a 32bit system,
you may have to use the source package.
Extract the flactag-win<version>.zip into a local directory. The dist
subdirectory may be moved or copied to a location as needed. Run the program
flactag.exe.
To install the source packages on Windows (32 bit), use these installers:
https://www.python.org/ftp/python/2.7.9/python-2.7.9.msi
http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.11.3/PyQt4-4.11.3-gpl-Py2.7-Qt4.8.6-x32.exe