Changes between Version 13 and Version 14 of InstallLinux-prev
- Timestamp:
- Aug 23, 2014 11:28:48 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallLinux-prev
v13 v14 49 49 If you need to change any options, type "{{{scons help}}}" to see a list of the possible command-line arguments and the values for the options. For testing, help can be used with command-line options to see how they will change the variables. 50 50 51 == Ubuntu 12 Install ==52 53 from Dr. Thomas Malcherek (July 25, 2012):54 55 Getting GSAS-II to run on a Linux Ubuntu installation (12.04 LTS) was actually quite simple and did not require the EPD packages. I had to install the following packages using apt-get:56 python-scipy57 58 python-wxgtk2.859 60 python-wxtools61 62 wx2.8-i18n63 64 python-opengl65 66 67 '''Optional steps:'''68 69 install scons with apt-get and recompile the fortran modules using that scons command70 71 The latest WX packages can be obtained from apt.wxwidgets.org after adding their repository to /etc/apt/sources.list72 51 73 52 == Fedora 18 Install == … … 97 76 It was not possible to use the distributed GSAS-II binaries on fedora core 18, so it was needed to recompile the fortran modules using the scons command 98 77 78 = Ubuntu = 79 80 Note that by default, Ubuntu uses a desktop manager called Unity that to conserve space does not reserve space for menu bars on applications. Instead by default, it places the menu items at the top of the screen and only when the mouse is moved to that location. This does not work that well with GSAS-II. Starting with 14.04, this behavior can be changed, see [wiki:installNotesUbuntu14#ReconfiguringtoplacemenusinGSAS-IIwindows] 81 99 82 == Ubuntu 12 Install == 100 83 84 from Dr. Thomas Malcherek (July 25, 2012): 85 86 Getting GSAS-II to run on a Linux Ubuntu installation (12.04 LTS) was actually quite simple and did not require the EPD packages. I had to install the following packages using apt-get: 87 python-scipy 88 89 python-wxgtk2.8 90 91 python-wxtools 92 93 wx2.8-i18n 94 95 python-opengl 96 97 98 '''Optional steps:''' 99 100 install scons with apt-get and recompile the fortran modules using that scons command 101 102 The latest WX packages can be obtained from apt.wxwidgets.org after adding their repository to /etc/apt/sources.list 103 104 105 == Ubuntu 14 Install == 106 101 107 Here are [wiki:installNotesUbuntu14 Notes] on installing Ubuntu 14.04