Giter Site home page Giter Site logo

baksogen / atomicparsley Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wez/atomicparsley

0.0 1.0 0.0 3.47 MB

AtomicParsley is a lightweight command line program for reading, parsing and setting metadata into MPEG-4 files, in particular, iTunes-style metadata. This is a mirror of https://bitbucket.org/wez/atomicparsley

Home Page: https://bitbucket.org/wez/atomicparsley

License: GNU General Public License v2.0

Shell 0.01% C++ 89.99% C 8.20% Objective-C++ 1.79%

atomicparsley's Introduction

Basic Instructions

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

   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


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 maint-clean" and a ./configure between builds.

To *not( build a Mac OS X universal binary:

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


For Windows users:

AtomicParsley builds under cygwin using the same procedure as above.

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 all of the source files *except*
the .mm files.  You will also need to provide your own zlib.


# vim:ts=2:sw=2:et:

atomicparsley's People

Contributors

wez avatar astiob avatar luken avatar holyroses avatar

Watchers

 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.