Giter Club home page Giter Club logo

mp3splt's Introduction

Basic instructions to compile on a *nix-like system

libmp3splt compilation

Install build & documentation dependencies: autopoint, autoconf, libtool, gettext, doxygen, graphviz. And needed libraries: libmad, libogg, libvorbis, libid3tag, libflac. Example on a Debian-like system:

sudo apt-get install autopoint autoconf libtool gettext doxygen graphviz libmad0-dev libogg-dev libvorbis-dev libid3tag0-dev libflac-dev

To compile libmp3splt, go inside the libmp3splt directory and type the following commands:

mkdir target
./autogen.sh
./configure --prefix=`pwd`/target
make
make install

mp3splt compilation

Once libmp3splt is compiled, go inside the newmp3splt directory and type the following commands:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/../libmp3splt/target/lib/pkgconfig/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/../libmp3splt/target/lib/ # needed for running the final executable
./autogen.sh
./configure
make

mp3splt executable can be found in newmp3splt/src/mp3splt.

mp3splt-gtk compilation

Install needed development files for audacious, gstreamer, gtk-3, libaudclient & libdbus-glib Example on a Debian-like system:

sudo apt-get install audacious-dev libgstreamer1.0-dev libgtk-3-dev libaudclient-dev libdbus-glib-1-dev

Make sure to compile libmp3splt before this step. Once libmp3splt has been compiled, go inside the mp3splt-gtk directory and type the following commands:

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:`pwd`/../libmp3splt/target/lib/pkgconfig/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`/../libmp3splt/target/lib/ # needed for running the final executable
./autogen.sh
./configure
make

mp3splt-gtk executable can be found in mp3splt-gtk/src/mp3splt-gtk.

mp3splt's People

Contributors

optimix 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.