Skip to content

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

License

Notifications You must be signed in to change notification settings

codebober/PortAMP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 50.9%
  • Makefile 12.3%
  • C++ 12.2%
  • Shell 12.0%
  • HTML 7.8%
  • Objective-C 1.3%
  • Other 3.5%