Irrlicht Nightly Builds Announcement
Mirrors and MSVC
Sorry for all the bumps to the thread
So far, I can't get Wine to install PSDK or MSVC 2008 (tried both), but I think I will set up a virtual machine to do all the installation work.
I have moved around the components of the build system, allowing very easy mirroring. If you want to become a mirror, you must simply create a directory in your webspace for the builds, so they will be accessible from http://yoursite.com/irrbuild/ . You must have shell access for this, and if you are not sure how the layout works, maybe it is better you don't mirror.
1. Log in to your server (shell access), and create a file called update_mirror. This shell script will be run once every 24 hours, and will grab new packaged builds if they are available.
You should then run a 'chmod 750 update_mirror' to make the script executable. Next, add the following line to your crontab (usually done with 'crontab -e'):
You may want to change the 6 to another hour of the day to balance load on my server. Finally, just email me the address of the irrbuild folder (init512@gmail.com). Mirrors are selected randomly from a list by the download interface at irrlicht.convextech.ca.
I am currently working on MSVC builds and finding a more usable DirectX SDK. There will be new builds after this. Thanks again for all the support!
So far, I can't get Wine to install PSDK or MSVC 2008 (tried both), but I think I will set up a virtual machine to do all the installation work.
I have moved around the components of the build system, allowing very easy mirroring. If you want to become a mirror, you must simply create a directory in your webspace for the builds, so they will be accessible from http://yoursite.com/irrbuild/ . You must have shell access for this, and if you are not sure how the layout works, maybe it is better you don't mirror.
1. Log in to your server (shell access), and create a file called update_mirror. This shell script will be run once every 24 hours, and will grab new packaged builds if they are available.
Code: Select all
#!/bin/bash
# Change the next line to point to the location of the folder from which builds can be downloaded
cd /absolute/path/to/htdocs/irrbuild
wget -S --timestamping http://mirr.convextech.ca/irrlicht-current-all.{7z,zip,7z.sig,zip.sig}
wget -S --timestamping http://mirr.convextech.ca/irrlicht-current-all-win32.{7z,zip,7z.sig,zip.sig}
wget -S --timestamping http://mirr.convextech.ca/irrlicht-current-core-win32.{7z,zip,7z.sig,zip.sig}
wget -S --timestamping http://mirr.convextech.ca/irrlicht-current-all-linux.{7z,zip,7z.sig,zip.sig}
wget -S --timestamping http://mirr.convextech.ca/irrlicht-current-core-linux.{7z,zip,7z.sig,zip.sig}
Code: Select all
0 6 * * * /path/to/update_mirror
I am currently working on MSVC builds and finding a more usable DirectX SDK. There will be new builds after this. Thanks again for all the support!
Use these for the PSDK and DXLIB, they don't have an installer you just unzip them: http://irrlichtirc.g0dsoft.com/rooly/MS_PSDK.7z and http://irrlichtirc.g0dsoft.com/gfxstyle ... 86.tar.bz2 (They are also very small because they have been stripped of all unnecessary examples, documentation etc and only include the libs and headers.)
I hope there will be MSVC and Linux AMD64 support soon!
I hope there will be MSVC and Linux AMD64 support soon!
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Nice work, thanks for this
I've set up a job on rooly's shell to do daily uploads to Rambus' dump for the chat room. Output will be here- http://irrlichtirc.g0dsoft.com/irrbuild/
Not sure if it will preserve timestamps as I'm using ftp to do the upload (wput isn't working)
I've set up a job on rooly's shell to do daily uploads to Rambus' dump for the chat room. Output will be here- http://irrlichtirc.g0dsoft.com/irrbuild/
Not sure if it will preserve timestamps as I'm using ftp to do the upload (wput isn't working)
-
- Admin
- Posts: 3590
- Joined: Mon Oct 09, 2006 9:36 am
- Location: Scotland - gonnae no slag aff mah Engleesh
- Contact:
Express 2005/2008 don't provide profiling support, but I wasn't aware that they don't perform the same optimisations as the full fat version. Can you give any examples of what optimisations they don't support?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
http://msdn.microsoft.com/en-us/vs2008/ ... 49003.aspx
I am unsure of what I said, but it seemed I read it. Anyway, they don't mention optimization settings, but they do mention express have simplified options. Might be that you can customize through the command line though...
I am unsure of what I said, but it seemed I read it. Anyway, they don't mention optimization settings, but they do mention express have simplified options. Might be that you can customize through the command line though...
One Last Thing
OK, I have fixed the issue with the DirectX SDK (thanks to BlindSide), and the build system is back online. The executables are also smaller (silly GCC), and you should expect MSVC builds once I get a copy of Windows working somewhere so I can extract cl, link, and msbuild from the latest VS Express (I tried this on a virtual machine, with no success).
I just noticed that your website reloads every 5 seconds when it's open in my browser. Not sure what's it doing there, but that sounds like you might waste some bandwidth.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Working on it again
CuteAlien, I have replaced the constant page refreshes with a nice AJAX script. I am using the MinGW 3.4.5 compiler, as 4.1.2 could not deal with the DirectX 9 SDK. The builds have been tested on Windows and Linux with a horrible graphics card, but I think more testing would be a good idea (any volunteers? ). I hope this service is useful to you.
-
- Posts: 1691
- Joined: Sun May 18, 2008 9:42 pm
Not working
The nightly builds aren't working. The server seems to be down.
That would be illogical captain...
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar
My first full game:
http://www.kongregate.com/games/3DModel ... tor#tipjar