The answer is probably obvious if you already know it, but I don't and can't seem to find the answer. I'm installing lemonpos from a tarball and it seems fairly straightforward:
cd trunk
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 .. #here you put your path to kde4.
make
su
make install
The hitch is that I don't know how to find "kde4" on my machine. There are a ton of folders and files associated with kde4. I would really like to get this right the first time and maybe not botch something up. Maybe I'll even learn something.
cd trunk
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/opt/kde4 .. #here you put your path to kde4.
make
su
make install
The hitch is that I don't know how to find "kde4" on my machine. There are a ton of folders and files associated with kde4. I would really like to get this right the first time and maybe not botch something up. Maybe I'll even learn something.
Comment