Giter Site home page Giter Site logo

atomicparsley's Introduction

AtomicParsley

Basic Instructions

If you are building from source you will need autoconf & automake (you will definitely need make):

  % ./autogen.sh
  % ./configure
  % make

Use the program in situ or place it somewhere in your $PATH by using:

  % sudo make install

Dependencies:

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

For Mac OS X users:

The default is to build a universal binary.

switching between a universal build and a platform dependent build should be accompanied by a "make maintainter-clean" and a ./configure between builds.

To not build a Mac OS X universal binary:

  % make maintainer-clean
  % ./configure --disable-universal
  % make

For Windows users:

AtomicParsley builds under cygwin and/or mingw using the same procedure as above.

Foosatraz built in Windows 8 using MinGW.

MinGW-get version 0.6.2-beta-20131004-1

mingw-libz version 1.2.8-1 from MinGW Installation Manager

  % ./autogen.sh
  % ./configure --prefix=/mingw
  % make LDFLAGS=-static
  % strip AtomicParsley.exe

Full details pdf

To build with MSVC, you will need to create your own project file; look at the list of source files in Makefile.am; you need to add all of the source files except the .mm files. You will also need to provide your own zlib.

If you don't want to build it yourself, Jon Hedgrows' fork maintains pre-built Windows binaries of the Wez fork: Windows Downloads

atomicparsley's People

Contributors

wez avatar astiob avatar holyroses avatar abanta1 avatar luken avatar jackiexie168 avatar jon-hedgerows avatar dinkypumpkin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.