Added creating BaulkLibs.xml if it is not found, and fill it with the default settings.
[baulk.git] / README
blobf8390db03bbbc2872392055ce1e90c04fda88c55
1 // Baulk ******************************************************************************************
3 Baulk is a cross-platform native application tiling management tool written in Qt4. An emphasis is made on making all major components a separate dynamic library, for modularity.
6 Baulk is a complete rewrite of QuillTex (also written by me, which was in its third complete rewrite).
7 At current QuillTex is far more usable, and has WAY more working features, mind you only in Linux.
8 You can find QuillTex at http://quilltex.sf.net, and currently the SVN source is lightyears ahead of the released version. It has a plethora of features above the release, and a plethora of bugs to go with it. 
9 The released version has very few bugs.
12 // History ****************************************************************************************
14 Aug 10 2007 - QFS 1 Started (QuillTex from Scratch)
16 Feb 18 2008 - QFS 2 Started
18 May 21 2008 - QFS 3 Started
20 Jun 26 2008 - Released QuillTex 0.1
22 Oct 01 2008 - Baulk Started
24 Oct 19 2008 - "Baulk Daemons poised to rule the world", in other news, Baulk Daemon is functionally working
26 Oct 25 2008 - Win32 officially supported in Baulk
29 // Dependencies ***********************************************************************************
31 Dependencies:
33 Qt 4.4
36 Build Dependencies:
38 Qt 4.4 Dev
39 cmake 2.6
42 Linux Build Dependencies:
44 cvs
45 gcc-c++ (A relatively new one, I use 4.3.2)
48 Win32 Build Dependencies:
50 mingw (I use the one with Qt 4.4)
53 // How to Build, then Run *************************************************************************
55 Linux
57 cd src
58 cmake .
59 make
60 cd ../bin
61 ./baulk
64 Win32
66 (Remember to setup your paths)
67 cd src
68 cmake .
69 make
70 cd ..\bin
71 baulk.exe
74 // Troubleshooting ********************************************************************************
76 If you're having issues building, just ask, I'm more than willing to help.
78 If you're having runtime issues, take a look at the console messages, they'll tell you whats going on.
81 // Contact ****************************************************************************************
83 If you don't know how to get a hold of me, I'd recommend the mailing list. 
84 I'll setup a mailing list for