Re: [Cppcms-users] use of wiki
Brought to you by:
artyom-beilis
From: augustin <aug...@ov...> - 2010-07-13 08:10:51
|
On Tuesday 13 July 2010 03:14:16 pm Artyom wrote: > Actually this is good idea I was thinking about something like that as well > - troubleshooting. > http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_build_troubleshooting Great :) I haven't started using cppcms yet, but I have learned quite a few things, already. I added everything I learned in the above page: Missing dependencies: -------------------------------- one of the most difficult task I find when trying to compile anything, is trying to figure out what are the exact packages I am supposed to install. During my first cmake .. try, I noticed a failed PCRE dependency, and struggled a bit to figure out which package to install. I finally installed libpcre3-dev libpcrecpp0 and after that cmake completed properly. I think it'd be very user (developer) friendly if we list the names of known packages. I have started doing that. 8080 and 8081 ports. ------------------------------ Samewise, I didn't know what application ran on that port. I had to search a bit the web to find out how to figure this out. I have added the information in the wiki. Provide a complete bug report -------------------------------------------- I was able to provide a complete bug report only because I happened to read a forum post in the archives where you asked for all this information. Similarly, I had troubles figuring out the versions of each of the applications. I added it all in the wiki to make your job easier later (no need to repeat everything each time). I hope it's not too much for you. I'm sure some of the extra information will help some new user. Cheers, Augustin. -- Friends: http://www.reuniting.info/ http://activistsolutions.org/ My projects: http://astralcity.org/ http://3enjeux.overshoot.tv/ http://linux.overshoot.tv/ http://overshoot.tv/ http://charityware.info/ http://masquilier.org/ http://openteacher.info/ http://minguo.info/ http://www.wechange.org/ http://searching911.info/ . |