Trinity Desktop Environment Packaging – Slackware slackbuilds
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Thorn Inurcide 6cf467255a
Update README
9 years ago
3rdParty-Deps updates 9 years ago
Apps updates 9 years ago
Core Update README 9 years ago
Deps Update tqt3.SlackBuild 9 years ago
README Update README 9 years ago

README

This isn't complete but it runs well =D 
I may wait for the next release before compiling the rest of the apps.

3rdparty-deps are required with how I have these built. You can view the very short list in the folder 
and get them from SBo for now. Well krb5 you can probably do without. Maybe avahi as well if you feel 
like editing the build scripts.

The build order is listed in each folder. Build the 3rdparty-deps first, then Deps, then the Core. 

I'm running Slackware Current. So these are untested on Stable. 

I'm not running KDE 4, don't know if this will screw with anything or not from it.

###############################################################
Pretty sure this is fixed, going to see now.

# One more thing thats pretty important: 

I had to symlink the header files from /usr/include/freetype2 to /usr/include
then create a folder in /usr/include called config and then symlink the contents of 
/usr/include/freetype2/config to it.

This was to get tqt3 to compile. Please help me get around this in the tqt3 SlackBuild if you know how
There should be someway I can point to the correct directory or export it or something but I don't
know how.

# Heres what I did.

ln -sv /usr/include/freetype2/*.h /usr/include

mkdir -v /usr/include/config

ln -sv /usr/include/freetype2/config/*.h /usr/include/config