Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:xgrid:readme [2012/03/31 05:05]
alex [1.1 Compatibility List]
en:xgrid:readme [2012/03/31 05:30]
alex
Line 95: Line 95:
 > make program > make program
 </​code>​ </​code>​
 +
 +===== - Building XGrid Manager =====
 +
 +==== - Building XGrid Manager in Linux ====
 +
 +=== - Requirements ===
 +
 +  * gtkmm >= 2.28.0
 +
 +=== - Procedure ===
 +
 +  - Install required packages
 +  -- If no configure script present, run bootstrap
 +  ..<​code>​
 +$ ./bootstrap
 +</​code>​
 +  -- Run configure script
 +  ..<​code>​
 +$ ./configure
 +</​code>​
 +  -- Build
 +  ..<​code>​
 +$ make
 +</​code>​
 +  -- Install
 +  ..<​code>​
 +$ make install
 +</​code>​
 +
 +