News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

C++ CGI Development

Started by xxbartosxx, March 23, 2007, 12:19:51 PM

Previous topic - Next topic

xxbartosxx

Well I got the most important things setup right, but some things need improvement:

Build Target Debug:
*Build
- Normal build in the bin/Debug dir
*Run
- open /usr/bin/firefox http://localhost (bin/Debug is a link to /var/www)
- bring the browser to front

Build Target Release:
*Build
- Normal build in the bin/Release dir
- cp bin/Release/* to webhost via ssh
*Run
- open /usr/bin/firefox http://www.webhost.com
- bring the browser to front

Could somebody help me to setup this?

grtz Bart