File: README.txt

package info (click to toggle)
atomicparsley 0.9.2~svn110-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 1,352 kB
  • ctags: 1,200
  • sloc: cpp: 13,812; ansic: 656; makefile: 191; sh: 25
file content (30 lines) | stat: -rw-r--r-- 847 bytes parent folder | download
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
Basic Instructions

If you are building from svn source you will need autoconf & automake (you will definitely need make), otherwise skip to step 2.
   
   1. Create the configure script:
      % autoconf && autoheader

   2. Run the configure script:
      % ./configure

      You can check the meager options with ./configure -h

   3. Build the program
      % make

   4. Use the program in situ or place it somewhere in your $PATH

Dependencies:
zlib  - used to compress ID3 frames & expand already compressed frames
        available from http://www.zlib.net

--------
Notes:
For Mac OS X users:
switching between a universal build and a platform dependent build should be accompanied by a "make maint-clean" and a ./configure between builds.

To build a Mac OS X universal binary:
% make maint-clean
% ./configure --enable-universal
# make