Page 1 of 1
NuGet Packages for Ogre3d
Posted: Sat Jun 15, 2013 10:17 pm
by JKor
Now that NuGet 2.5 supports native C++ packages and CoApp has (relatively simple) scripts for building native NuGet packages, is it possible that Ogre3d may get NuGet packages for its Windows (and possibly in the future, other platforms) SDKs?
Re: NuGet Packages for Ogre3d
Posted: Sat Jun 15, 2013 10:29 pm
by Klaim
My guess: only if someone provide a contribution.
This nuget++ thing is nice but apparently they will not push to get a cross platform version. I'm waiting for the Boost guys to finish Ryppl (maybe next year...) which should be more generic than nuget. But it's not sure yet it can deliver.
Re: NuGet Packages for Ogre3d
Posted: Sun Jun 16, 2013 11:50 am
by Transporter
I'll have a look at NuGet. Maybe I can provide NuGet-Packages for Ogre on Windows.
Re: NuGet Packages for Ogre3d
Posted: Wed Jun 26, 2013 8:16 pm
by Transporter
It's not possible to upload the packages to the official catalogue, because the packages are larger than 30 MB.
https://drive.google.com/folderview?id= ... sp=sharing
You have to download the packages and add a local folder as package source to NuGet. I'll try to create an online repository for Ogre NuGet. Also, there will be a package for 1.9.0 dev.
Re: NuGet Packages for Ogre3d
Posted: Thu Jul 18, 2013 10:16 am
by jpho
Great work!
Do you have a timeline on the 1.9-RC packages?
Re: NuGet Packages for Ogre3d
Posted: Thu Jul 18, 2013 1:41 pm
by Transporter
jpho wrote:Great work!
Do you have a timeline on the 1.9-RC packages?
You're welcome! No, there are no plans for an 1.9 package now. Maybe I can integrate the creation of the NuGet packages in my build System.
Re: NuGet Packages for Ogre3d
Posted: Sun Jul 21, 2013 10:49 am
by Transporter
1.9 dev snapshot is available now.
https://drive.google.com/folderview?id= ... sp=sharing
I'll try to generate a feed to integrate the files in nuget without downloading them manully.