Skip to content

griha41/PortAMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PortAMP

Copyright (c) Sergey Kosarevsky, 2015-2016

https://github.com/corporateshark/PortAMP

portamp@linderdaum.com

=============================

Portable command-line music player for Windows, OS X and Linux

=============================

Usage:

portamp <filename> [<filename2> ...] [--loop] [--wav-modplug] [--verbose]

Features:

=============================

UNIX build instructions:

git clone https://github.com/corporateshark/PortAMP
cd PortAMP
mkdir build
cd build
cmake .. -G "Unix Makefiles"
make all -j4 -B

Windows build instructions:

git clone https://github.com/corporateshark/PortAMP
cd PortAMP
mkdir build
cd build
cmake .. -G "Visual Studio 12 2013"
start PortAMP.sln

=============================

License:

The source code is available under the terms of the MIT License: https://github.com/corporateshark/PortAMP/blob/master/LICENSE

About

Portable command-line music player for Windows, OS X and Linux

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 60.9%
  • Shell 13.8%
  • C++ 12.7%
  • HTML 9.0%
  • TeX 1.1%
  • Assembly 0.7%
  • Other 1.8%