• Home
  • Screenshots
  • Downloads
  • FAQ
  • Help/Contact
  • Blog
  • Development
  • Build WeSay On Linux

    Ideally, to build WeSay on Linux, would be as simple as running XBuild against the solution. That isn't supported today, but you can open a solution with MonoDevelop and use MonoDevelop to compile WeSay.

    MonoDevelop plans to switch their system to support MSBuild. Part of that activity will be to bring XBuild up to the same level of support that MonoDevelop currently offers.

    The following are notes about my experience of building WeSay on Linux. Please improve as necessary.

    Prerequisites

    Build

    1. Open MonoDevelop
    2. Open the Palaso solution file in MonoDevelop (Palaso/Palaso.sln) and choose either the Mono Debug or Mono Release configuration as your active configuration.
    3. Build.
    4. Copy the resulting Palaso libraries to the WeSay library directory cp Palaso/output/Mono\ Debug/*.dll WeSay/lib/ or cp Palaso/output/Mono\ Release/*.dll WeSay/lib/
    5. Open the WeSay solution file in MonoDevelop (WeSay/src/WeSay.sln</clode>) and choose either the Mono Debug or Mono Release configuration as your active configuration.
    6. Build.
    This page was last modified 04:48, 7 March 2008. This page has been accessed 365 times.