BlueGrey
calm
Elegant
Català-Valencià - Catalan
中文 - Chinese (Simplified)
中文 - Chinese (Traditional)
Česky - Czech
Dansk - Danish
Nederlands - Dutch
English - English
Suomi - Finnish
Français - French
Deutsch - German
עברית - Hebrew
हिंदी - Hindi
Magyar - Hungarian
Bahasa Indonesia - Indonesian
Italiano - Italian
日本語 - Japanese
한국어 - Korean
Македонски - Macedonian
मराठी - Marathi
Norsk - Norwegian
Polski - Polish
Português - Portuguese
Português - Portuguese (Brazil)
Русский - Russian
Slovenčina - Slovak
Slovenščina - Slovenian
Español - Spanish
Svenska - Swedish
Türkçe - Turkish
Oëzbekcha - Uzbek
Subversion Repositories
Scribus
(root)
/
branches
/
ScribusUIDStyles
/
BUILDING_win32.txt
@ 22796
- Rev 12285
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
12285
4676d 23h
pierre
/branches/ScribusUIDStyles/BUILDING_win32.txt
get a place to smoothly translate a part of the style referencement to a UID-based system
11945
4751d 10h
jghali
/trunk/Scribus/BUILDING_win32.txt
remove gdiplus dependency, cairo 1.6.0 should be out soon enough :)
10818
4938d 18h
craig
/trunk/Scribus/BUILDING_win32.txt
Retry of 10817 with a bit of work to make it CMake 2.4 compatible.
More win32+cmake updates:
- Backport the FIND_PACKAGE_HANDLE_STANDARD_ARGS macro from CMake 2.5.
2.5 users see the stock CMake macro, but 2.4 users get our copy. This
permits more CMake 2.5 Find...cmake scripts to be used.
- Provide a new macro, LIBRARY_DEBUG_AND_RELEASE, that sets blah_LIBRARY
based on which of blah_LIBRARY_DEBUG and blah_LIBRARY_RELEASE are set.
On most platforms blah_LIBRARY_DEBUG will be unset so this'll just
set the blah_LIBRARY to blah_LIBRARY_RELEASE (matching the old behaviour).
- Where available, find and link to debug versions of required libraries
automatically when doing a debug build by finding debug and release versions
separately then using LIBRARY_DEBUG_AND_RELEASE .
- Ensure all used CMake Find scripts can use a library names variable
to specify alternate names libs may have (eg ZLIB_NAMES).
- On windows, permit use of the zlib and libpng libraries statically linked
into qtcore.dll rather than standalone versions (see build instructions)
- Updates to build script in win32 build instructions
10815
4938d 19h
craig
/trunk/Scribus/BUILDING_win32.txt
- Revert r10813 - failed to test with CMake 2.4 .
10814
4938d 19h
craig
/trunk/Scribus/BUILDING_win32.txt
More win32+cmake updates:
- Where available, find and link to debug versions of required libraries
automatically when doing a debug build
- Ensure all used CMake Find scripts can use a library names variable
to specify alternate names libs may have. Not all the stock ones
permit this.
- Permit use of the zlib and libpng libraries statically linked into
qtcore.dll rather than standalone versions (see build instructions)
- Updates to build script in win32 build instructions
10813
4939d 00h
craig
/trunk/Scribus/BUILDING_win32.txt
More minor win32 doc fixes
10809
4939d 23h
subik
/trunk/Scribus/BUILDING_win32.txt
note about SDK console
10797
4940d 13h
craig
/trunk/Scribus/BUILDING_win32.txt
Slightly better but still very rough win32 build info
10780
4941d 10h
craig
/trunk/Scribus/BUILDING_win32.txt
- Quick and dirty build instructions for win32. These need to be filled out more and will be once I've fleshed out win32 support in Scribus's CMake builds a little better.