author | eilers <eilers> | 2004-12-20 15:58:35 (UTC) |
---|---|---|
committer | eilers <eilers> | 2004-12-20 15:58:35 (UTC) |
commit | 5e6703a05b5655fc5f6df3802813ab89cbef689f (patch) (side-by-side diff) | |
tree | f8b74be8fa7135aaa2eb6c3350346363099cd480 /development/macosx/README_MACOSX | |
parent | fe3914fd6a6e52f24b575b1035fa85f2bbb2f211 (diff) | |
download | opie-5e6703a05b5655fc5f6df3802813ab89cbef689f.zip opie-5e6703a05b5655fc5f6df3802813ab89cbef689f.tar.gz opie-5e6703a05b5655fc5f6df3802813ab89cbef689f.tar.bz2 |
some updates to the current version
Diffstat (limited to 'development/macosx/README_MACOSX') (more/less context) (ignore whitespace changes)
-rw-r--r-- | development/macosx/README_MACOSX | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/macosx/README_MACOSX b/development/macosx/README_MACOSX index 25de8d6..34360c5 100644 --- a/development/macosx/README_MACOSX +++ b/development/macosx/README_MACOSX @@ -82,5 +82,5 @@ Now create a link for the uic of qt-2.3.2 into the bin-directory of qt/e 2.3.7 ! Otherwise OPIE will fail to compile ! -Compile OPIE: +Compile OPIE (Please don't forget to read the following "Known Bugs" section!): Set your environment (You may use the script "set_vars.sh" to set your variables successfully ! @@ -114,8 +114,8 @@ which adds them for everything.. Yes, also for libqpe etc.. Therefore this project will not compile out of the box. You have to compile in a two-pass way: -Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" in the file include.pro and comment out it (put a "#" - in front of it) +Pass 1: Find the line "LIBS += -lopiedb2 -lqpe" or "LIBS += -lqpe" and the line "LIBS += -lopiecore2" in the file include.pro + and comment them out (put a "#" in front of them) Do a "make -k" to compile what is already compileable (some will not compile) -Pass 2: Remove the comment from Pass1 and do a "make". The rest should compile now successfully. +Pass 2: Remove the comments from Pass1 and do a "make". The rest should compile successfully. |