Wings 3D Development Forum
Building Wings3D 1.4.1 on Windows No GitHub - Printable Version

+- Wings 3D Development Forum (https://www.wings3d.com/forum)
+-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1)
+--- Forum: Programming (https://www.wings3d.com/forum/forumdisplay.php?fid=7)
+--- Thread: Building Wings3D 1.4.1 on Windows No GitHub (/showthread.php?tid=1126)

Pages: 1 2


RE: Building Wings3D 1.4.1 on Windows No GitHub - micheus - 03-30-2015

(03-30-2015, 04:24 PM)oort Wrote: Sounds like the new version is a bit more complicated.
It's not. But you may need build each component (rebar, cl, esdl, wings) from the source as I put in my guide just because the pre-built libraries has not been packed together with the sources as used to be.

I used the git option, but you know you don't need to use it to get the sources. You just access the git repository of dgud to get the zipped sources and then you can unpack them in its proper folder as a replacement to the command "git clone git://github.com/<module>/<module>.git" I used in that tutorial.
It was made in a way/order that you will not have any trouble to get your dev environment working. If you give it a try, let me know if there is anything wrong.

I rebuild that environment so many time just to be sure that following the steps everything was going to work at the end. Smile