Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xgrid:readme [2012/03/31 05:32] alex [3.1 Building XGrid Manager in Linux] |
en:xgrid:readme [2012/06/15 19:51] (current) alex [3.2 Building XGrid Manager in Windows] |
||
---|---|---|---|
Line 135: | Line 135: | ||
- Install MinGW, MSYS, and gtkmm | - Install MinGW, MSYS, and gtkmm | ||
- | + | * Install MinGW and MSYS | |
- | * Install MinGW and MSYS | + | * Download from [[http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/]] |
- | * Download from [[http://sourceforge.net/projects/mingw/files/Installer/mingw-get-inst/]] | + | * Install C compiler, C++ compiler, MSYS, and Developer Toolkit |
- | * Install C compiler, C++ compiler, MSYS, and Developer Toolkit | + | * Add MinGW and MSYS directories to path |
- | * Add MinGW and MSYS directories to path | + | * (Windows 7) Right click on Computer -> Properties, click Advanced System Settings |
- | * (Windows 7) Right click on Computer -> Properties, click Advanced System Settings | + | * (Other) Right cick on Computer -> Properties |
- | * (Other) Right cick on Computer -> Properties | + | * (All) On Advanced tab, select Environment Variables |
- | * (All) On Advanced tab, select Environment Variables | + | * Under user variables, select PATH and click Edit. If PATH does not exist, click New, enter PATH for name, and omit leading semicolon in next step. |
- | * Under user variables, select PATH and click Edit. If PATH does not exist, click New, enter PATH for name, and omit leading semicolon in next step. | + | * Add ;C:\MinGW\bin;C:\MinGW\msys\1.0\bin to the end of value |
- | * Add ;C:\MinGW\bin;C:\MinGW\msys\1.0\bin to the end of value | + | * Click OK x3 |
- | * Click OK x3 | + | * Open a command prompt, type bash and hit enter. You should see: bash-3.1$ |
- | * Open a command prompt, type bash and hit enter. You should see: bash-3.1$ | + | * Install gtkmm |
- | * Install gtkmm | + | * Download from http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/ |
- | * Download from http://ftp.gnome.org/pub/GNOME/binaries/win32/gtkmm/ | + | * Install |
- | * Install | + | * Add ACLOCAL_FLAGS environment variable with the value: |
- | * Add ACLOCAL_FLAGS environment variable with the value: | + | * -I /c/gtkmm/share/aclocal |
- | * -I /c/gtkmm/share/aclocal | + | -- Start bash shell and cd into proper directory |
+ | ..<code> | ||
+ | > bash | ||
+ | $ cd /path/to/software | ||
+ | </code> | ||
-- If no configure script present, run bootstrap | -- If no configure script present, run bootstrap | ||
..<code> | ..<code> |