adonthell-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-devel] Re: Quickstartguide


From: Chris Frey
Subject: [Adonthell-devel] Re: Quickstartguide
Date: Thu, 16 Oct 2008 20:32:52 -0400
User-agent: Mutt/1.4.1i

On Fri, Oct 17, 2008 at 02:05:56AM +0200, Enrico Kochon wrote:
> Well, this is something I have not done yet. The issue with the
> superuser is forced to install the software is still open. I am not sure
> wether I could solve it with a shell script. For the sake of lazyness I
> let it be for the moment.

I haven't yet looked at the wiki docs, but I solve the Python install
issue with a local patch like this:

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 48400bc..15421db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -149,8 +149,6 @@ include(config/PythonExtraLibs.cmake)
                "\tLDEXTRA: ${PYTHON_EXTRA_LIBRARIES}")
        message(STATUS
                "\tSITEPKG: ${PYTHON_SITE_PACKAGE_DIR}")
-set(PYTHON_SITE_PACKAGE_DIR
-       ${CMAKE_INSTALL_PREFIX}${PYTHON_SITE_PACKAGE_DIR})
 
 #######################
 # libZ


Then, given my install target directory of /home/adonthell-dev,
I set the environment:

export 
PYTHONPATH=/home/adonthell-dev/rootdir/usr/lib/python2.4/site-packages:/home/adonthell-dev/cvs/adonthell/test/data

- Chris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]