First of all you need a working haiku os build enviroment. There are several tutorials and documentations out for different Operatingsystems
So after you have set up a nice enviroment to build haiku os you can check out the projectconceptor sources. Open a terminal and change directory into
haiku/3rdparty
then type in
svn checkout http://svn.osdrawer.net/projectconcept/trunk projectconceptor
So now you have all the sources you need. Now you need to modify the UserBuildConfig you can find it at:
haiku/build/jam/UserBuildConfig
open it with an Editor and add the following lines:
AddFilesToHaikuImage apps projectconceptor : ProjectConceptor ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_add_attribute ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_change_value ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_copy ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_delete ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_find ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_graph_editor ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_group ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_insert ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_move ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_navigator_editor ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_paste ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_remove_attribute ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_resize ;
AddFilesToHaikuImage apps projectconceptor Plugins : pc_command_select ;
After you saved the UserBuildConfig, a jam in the haiku main directory should do the job (or jam haiku-image or what ever you using).
Have nice time playing around with projectconceptor :). If you designed some nice graphs just sent me a screenshot (i stil need to implement saving as Image :) )