Author Topic: CDP 7.1 sources now on github  (Read 2713 times)

rwdobson

  • Sr. Member
  • ****
  • Posts: 73
    • View Profile
CDP 7.1 sources now on github
« on: December 21, 2016, 02:23:12 PM »
Get it in the usual way by cloning a new repository

https://github.com/ComposersDesktop/CDP7

With thanks to John ffitch for getting it all set up.

The recommended build system uses CMake, which will need to be installed separately if not already available.

Building for Windows requires the Mingw command line environment with gcc etc.

loganmcbroom

  • Sr. Member
  • ****
  • Posts: 66
    • View Profile
    • Music
Re: CDP 7.1 sources now on github
« Reply #1 on: December 21, 2016, 05:32:40 PM »
!!! Yes !!!
 This is great news!

Xenakios

  • Sr. Member
  • ****
  • Posts: 83
    • View Profile
Re: CDP 7.1 sources now on github
« Reply #2 on: December 21, 2016, 07:46:26 PM »
Get it in the usual way by cloning a new repository
Building for Windows requires the Mingw command line environment with gcc etc.
Thanks!  :)

Interestingly, I was able to build some of the programs on Windows in Visual Studio 2017 from the source code that was previously available. (Even with the concrete profit that the PVOC programs run faster than the official MinGw builds!) I have to test these new sources for what is going to happen...

lynx

  • Sr. Member
  • ****
  • Posts: 67
    • View Profile
    • Personal Homepage
Re: CDP 7.1 sources now on github
« Reply #3 on: January 18, 2017, 04:55:29 AM »
The recommended build system uses CMake, which will need to be installed separately if not already available.

Thank you for doing this!!

Any chance this repo will merge the Linux build, so all platforms can work from the same source tree?

rwdobson

  • Sr. Member
  • ****
  • Posts: 73
    • View Profile
Re: CDP 7.1 sources now on github
« Reply #4 on: January 18, 2017, 08:14:09 AM »
It is all fully cross-platform (32/64bit compatible), intended that way from the outset. John Fitch updated the distro now on github after checking through and adjusting a couple of things to make sure it all builds on Linux. So if for whatever reason it is not, please let me know with as much detail as possible.