Building WRE
If you are building the WRE from scratch, you can run `./build.sh --with-wdk` to eliminate non-necessary prereqs files such as man pages. See the makeItSmall() function in the build.sh script.
Installing WRE
Install the WRE as normal, except that when the setup script asks you whether you want to use the WRE for development purposes, say yes.
If you are a core developer and have access to the WebGUI Subversion repostiory, run the following commands to set up the WRE with the SVN version:
cp -R /data/WebGUI/etc /tmp/webguiconfigs
rm -Rf /data/WebGUI
cd /data
svn co https://svn.webgui.org/plainblack/WebGUI
cp /tmp/etc/log.conf /data/WebGUI/etc/
cp /tmp/etc/spectre.conf /data/WebGUI/etc/
cp /tmp/etc/dev.localhost.localdomain.conf /data/WebGUI/etc/
If you're just developing your own plugin's for WebGUI, you can skip the above steps or use the above steps to connect to your own subversion repository.






