Menu

Tree [339fa2] master /
 History

HTTPS access


File Date Author Commit
 CMake 2010-01-10 Casey Jones Casey Jones [23e6b0] Merge branch 'unstable' of git://kajammer.git.s...
 res 2009-06-05 Casey Jones Casey Jones [87821a] Merge branch 'master' into unstable
 src 2010-07-24 Casey Jones Casey Jones [339fa2] Read options using XML
 .gitignore 2010-03-07 Casey Jones Casey Jones [13c0b1] Add dist.sh
 CMakeLists.txt 2010-07-24 Casey Jones Casey Jones [339fa2] Read options using XML
 COPYING 2009-03-06 casey casey [aa2388] code
 Changelog 2010-04-17 Casey Jones Casey Jones [66c3ff] Update Changelog
 INSTALL 2010-02-16 Casey Jones Casey Jones [c8b053] Merge branch 'master' into unstable
 Makefile 2010-05-28 Casey Jones Casey Jones [a75f0d] Add a clean target to Makefile
 Notice 2010-01-10 Casey Jones Casey Jones [23e6b0] Merge branch 'unstable' of git://kajammer.git.s...
 README 2009-09-12 Casey Jones Casey Jones [a7c2d0] spelling error
 configure 2009-08-14 Casey Jones Casey Jones [999a3f] Made configure run cmake, and Makefile run make...
 dist.sh 2010-03-07 Casey Jones Casey Jones [13c0b1] Add dist.sh

Read Me

Currently, only Linux is supported by me.  You can try to run Kajammer on OS X or Windows, but I have not tested those platforms, and I don't really plan to.  The only Linux specific thing I use is the unistd.h header, which is part of GNU, and I use it for my Cli interface.  So I don't see why it wouldn't run on OS X or Windows, just don't bet on it.
 
See INSTALL for dependencies.
cmake is required to build kajammer

To build:
- Change directory to where you downloaded KaJammer
- ./configure
- make
- sudo make install
- Use the command kajammer to run

If you are using git:
    To switch to the unstable branch:
    1.  Check out the current branches:
        git branch -r
    2.  Switch to the desired branch:
        git checkout -b yourBranchName -t origin/myRemoteBranch
        Where yourBranchName is anything you want, and myRemoteBranch is the name of the remote branch.

****************************************************
Check out kajamtag.
Kajamtag is an MP3/Ogg tag reader written in C (by me)
I never really liked Phonon's tag reading capabilities, so I wrote my own.

Get kajamtag:
    If you are using kajammer from git:
        git://kajamtag.git.sourceforge.net/gitroot/kajamtag/kajamtag
    If you are using a release version of kajammer:
        https://sourceforge.net/projects/kajamtag/files/

Just run ./configure, make and make install on kajamtag
and reinstall kajammer.  Make sure you rerun ./configure 
*****************************************************

Credit for the icon goes to a friend of mine that goes by the name of Mar.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.