You are not logged in.
How are things going with musikBox - the linux frontend? had it been put on hold for the time being? i have just switched to ubuntu linux, and the only thing i miss from windows is musikCube. there is rhythmbox and beepms but they dont quite match the Cube!
i did try to compile it before, but im a linux noob and failed miserably!
i get this error when tring to compile musikCore
paul@ubuntu:/usr/local/src/musikCore$ cmake . -- Check for working C compiler: gcc -- works -- Check for working CXX compiler: c++ -- works CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: SQLITE_LIBRARY XINE_LIBRARY -- Configuring done
any ideas? im sure it is quite simple, but there u go. i have sqlite3 instaled from synaptic(the package manager) but could not find xine-lib? is this installed with xine?
any help is much apreciated. ![]()
Offline
Install the -dev packages for sqlite3 and libxine.
Offline
ahhh thanks got it up and running now. even though its vary basic compared to the cube, its still better than rhythmbox!
i kno you are busy with musikCube at the moment, but what are the future plans for musikBox? is it to port the features of musikCube over? or are there no plans!
Offline
musikBox will try to follow in musikCube's footsteps. Once mC 1.0 is released, focus may shift to mB.
Offline
This is what I need to install for built musikCoreSource_0.92.5.zip
You had to have cmake, make, gcc, g++ installed (I'm not sure for all)
When I ran $cmake . it ask me for the following stuffs:
- OPENTHREADS_LIBRARY -> install libopenthreads3-dev
- SQLITE_LIBRARY -> install sqlite3-dev
- TAG_LIBRARY -> install libtag1-dev
- XINE_LIBRARY -> install libxine-dev
In the source directory you can now run make and then make install (as root)
nbo@laptop-dell:~/Desktop/musikCore$ sudo make install [100%] Built target musikCore Install the project... -- Install configuration: "" -- Installing /usr/include/musikCore/StdString.h -- Installing /usr/include/musikCore/musikAlarm.h -- Installing /usr/include/musikCore/musikBatchAdd.h -- Installing /usr/include/musikCore/musikBatchRetag.h -- Installing /usr/include/musikCore/musikBatchChgCase.h -- Installing /usr/include/musikCore/musikConfig.h -- Installing /usr/include/musikCore/musikCrossfader.h -- Installing /usr/include/musikCore/musikDir.h -- Installing /usr/include/musikCore/musikEQSettings.h -- Installing /usr/include/musikCore/musikFilename.h -- Installing /usr/include/musikCore/musikFunctor.h -- Installing /usr/include/musikCore/musikLibrary.h -- Installing /usr/include/musikCore/musikPlayer.h -- Installing /usr/include/musikCore/musikPlayerFMOD.h -- Installing /usr/include/musikCore/musikPlayerXINE.h -- Installing /usr/include/musikCore/musikPlayerBASS.h -- Installing /usr/include/musikCore/musikPlaylist.h -- Installing /usr/include/musikCore/musikRemoveOld.h -- Installing /usr/include/musikCore/musikReloadTags.h -- Installing /usr/include/musikCore/musikTagFromFn.h -- Installing /usr/include/musikCore/musikTagToFn.h -- Installing /usr/include/musikCore/musikTask.h -- Installing /usr/include/musikCore/musikTaskQueue.h -- Installing /usr/include/musikCore/musikCore.h -- Installing /usr/include/musikCore/paramlist.hpp -- Installing /usr/include/musikCore/unicode.h -- Installing /usr/lib/libmusikCore.a
And now here's ma n00b question: WHAT'S THE NEXT STEP? and how can i launch it?
Offline
I have no idea if it still compiles, but you will need to check out the musikBox source from CVS (not SVN), then build it the same way. You will need the gtkmm-dev and glademm-dev packages installed to build it.
Offline