Product
|
Planning
|
Teams
|
Developers
|
Notes
E
dit
A
ttach
Wiki Help
r17 - 29 Jun 2010 - 01:40:25 -
DanielFrank
You are here:
OSAF
>
Developers Web
>
ChandlerDesktopSource
---+ !!Get the Chandler Desktop Source %TOC% <blockquote> %INCLUDE{"Projects.CryptoExportDisclaimer"}% </blockquote> ---++ Compatibility Notes * Our Linux binaries are built on a Ubuntu (v6.06 LTS, aka Dapper) machine and as such they are unlikely to run anywhere else. * *Note*: If you are running Chandler on Linux *and* you are going to be running any of the tests we provide or developing, then you should make sure you have the French and Spanish language packs installed. Some of the I18N unit and functional tests reference the fr_CA and es_UY locales for testing. You will know if you need to do this if you see an error along the lines of "invalid wxPython locale" error that references the above two locales. * The OS X binaries have been tested on Panther (10.3) and Tiger (10.4) and are available as both PPC and Intel install images. * The Windows binaries have only been tested on Windows XP. ---++ Releases The official releases of Chandler by OSAF have gone through most testing and are the most stable versions of Chandler you can download. <div style="border: red medium double; padding: 0.5em;"> The latest Chandler release is <b><script src="http://downloads.osafoundation.org/chandler/releases/latest/id.js"></script></b>. * [[http://downloads.osafoundation.org/chandler/releases/latest/#enduserlinux][Linux]] * [[http://downloads.osafoundation.org/chandler/releases/latest/#enduserosx][Mac OS X]] * [[http://downloads.osafoundation.org/chandler/releases/latest/#enduserwin][Windows 2000/XP]] </div> <!-- ---++ End-User Milestones If you want to run the latest -- probably unstable -- version of Chandler, the easiest way is to download an "end-user" milestone distribution. This has everything you need: just download, unpack, and run. For the most recent end-user version of Chandler (<b><script src=http://downloads.osafoundation.org/chandler/milestones/latest/id.js></script></b>) which has gone through some testing, please choose your platform: * [[http://downloads.osafoundation.org/chandler/milestones/latest/#enduserlinux][Linux]] * [[http://downloads.osafoundation.org/chandler/milestones/latest/#enduserosx][Mac OS X]] * [[http://downloads.osafoundation.org/chandler/milestones/latest/#enduserwin][Windows 2000/XP]] ---++ Continuous Builds For the absolute latest developer version of Chandler, built automatically as soon as the source code has changed but not yet tested by people. Please choose your platform from the list below: * [[http://builds.osafoundation.org/chandler/continuous/linux/latest.html][Linux]] (built <script src=http://builds.osafoundation.org/chandler/continuous/linux/time.js></script> PDT) * [[http://builds.osafoundation.org/chandler/continuous/osx/latest.html][Mac OS X]] (built <script src=http://builds.osafoundation.org/chandler/continuous/osx/time.js></script> PDT) * [[http://builds.osafoundation.org/chandler/continuous/win/latest.html][Windows 2000/XP]] (built <script src=http://builds.osafoundation.org/chandler/continuous/win/time.js></script> PDT) * ---++ Contributed Builds Volunteers may build Chandler on platforms not covered by OSAF or with non-standard settings. You can find them at Projects.ContributedBuilds. --> ---++ SVN Access to documentation *Read-only access:* * Using svn command line: <tt>svn checkout !http://svn.osafoundation.org/svn/docs/trunk docs</tt> * Using a browser: http://svn.osafoundation.org/docs/trunk/docs/ *Read-Write access:* * Using svn command line: <tt>svn checkout !svn+ssh://svn.osafoundation.org/svn/docs/trunk docs</tt> ---++ Sources The Chandler sources are stored within [[http://subversion.tigris.org][Subversion]]. For more information on using Subversion, see Projects.SubversionGuidelines. *Read-only access:* * Only chandler directory: <tt>svn checkout !http://svn.osafoundation.org/chandler/trunk/chandler chandler</tt> * Full Chandler: <tt>svn checkout !http://svn.osafoundation.org/chandler/trunk chandler</tt> *Read-Write access:* * Only chandler directory: <tt>svn checkout !svn+ssh://svn.osafoundation.org/svn/chandler/trunk/chandler chandler</tt> * Full Chandler: <tt>svn checkout !svn+ssh://svn.osafoundation.org/svn/chandler/trunk chandler</tt> NOTE: You will need Full Chandler sources if you are developing on some non-supported platform or if you intend to package Chandler. ---++ Running Chandler from Source See RunningChandlerFromSourceReleases. ---++ Building Chandler You probably don't need to build Chandler, but if you have to, see BuildingChandlerDesktop. We would be interested in hearing of volunteers to add support for other systems, for example Windows 2000, <nop>FreeBSD and so forth. #DetailedPlatformReports ---+++ Detailed Platform Reports Please feel free to add your platform to this table so we can keep track of where Chandler Desktop builds and where it doesn't. This table describes which platform/compiler combinations have been observed and tried and whether or not Chandler runs on a variety of platforms. See BuildingChandlerDesktop for details on how to build for any specific platform. |*Build Platform* |*Runs on* | *Does NOT run on* | *Compiler* | *Status* | *Notes* | | Mac OS X 10.3 | Panther, Tiger | | gcc 3.4.4 | OK | Official Mac build platform. | | Mac OS X 10.4 PPC | Tiger (PPC) | Panther | gcc 4.0.2 | OK | See TigerBuildNotes | | Mac OS X 10.4 Intel | Tiger (Intel) | Panther | gcc 4.0.2 | OK | See TigerBuildNotes | | Mac OS X 10.5 | Leopard | Panther | gcc 4.1 | OK | Details coming | | Windows XP | Windows XP, 2000 | | vs7.1 + mingw gcc 3.4.6 | OK | Official Windows build | | Ubuntu (Dapper) | Ubuntu, Debian | Fedora Core 2-4 | gcc 3.4.5 | OK | Official Linux build platform | | Ubuntu (Edgy) | Ubuntu, Debian | any others | gcc 4.1.2 | OK | | | Ubuntu (Feisty) | Ubuntu, Debian | any others | gcc 4.1.2 | OK | | | Ubuntu (Gutsy) | Ubuntu, Debian | any others | gcc 4.1.2 | OK | Official Linux build platform for .deb installs| | Ubuntu (Hardy) | Ubuntu, Debian | any others | gcc 4.2.4 | OK | Official Linux build platform for .deb installs with special package See DebianBuildNotes| | Fedora Core 2 | Fedora Core 2-4, Debian | | gcc 3.4.1 | OK | See FedoraCoreBuildNotes | | Fedora Core 4 | Fedora Core 4 | Ubuntu, Debian | gcc 4.0.0 | OK | See FedoraCoreBuildNotes | | Fedora Core 5 | Fedora Core 5 | Ubuntu, Debian | gcc 3.4.5 | OK | See FedoraCoreBuildNotes | | Debian (Sarge) | Debian (testing) | Fedora Core 2-4 | gcc 3.4.1 | OK | See DebianBuildNotes | | Debian (testing 2008-08-22) X86_64 | | | gcc 4.3.1 | Build fails | When performing make all binaries install in /internal <code>NameError: global name 'log' is not defined</code> Details: DebianTestingBuildErrors| | Gentoo | Gentoo | | gcc 4.1.2 | Work In Progress | As of 19 Feb 2009: Chandler does not build yet. Most Dependencies have ebuilds. See GentooBuildNotes | ---++ Archive Previous [[Projects.ChandlerReleases][Chandler Desktop Releases]]
E
dit
|
W
YSIWYG
|
A
ttach
|
P
rintable
|
V
iew topic
|
Backlinks:
We
b
,
A
l
l Webs
|
H
istory
: r17
<
r16
<
r15
<
r14
<
r13
|
M
ore topic actions
chandlerproject.org
VISION
TOUR
Download Desktop
Get a Hub Account
Get Chandler Server
FAQ
Get Started
Blog
Mailing Lists
Chat on IRC
Report a Bug
Get Involved
OSAF Community
About OSAF
Developers Wiki Changes
Open Source Applications Foundation
Dansk
Deutsch
English
Español
Finnis
Français
Italiano
Nederlands
Polski
Português
Svenska
简体中文
繁體中文
Except where otherwise noted, this site and its content are licensed by OSAF under an
Creative Commons License, Attribution Only 3.0
.
See
list of page contributors
for attributions.