Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
ALF_Tutorial_and_Presentations
Commits
c42bc1d4
Commit
c42bc1d4
authored
Feb 10, 2018
by
Jonas Schwab
Browse files
Added instructions for Windows
parent
1ed8bf9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c42bc1d4
...
...
@@ -21,9 +21,9 @@ In the following we give hints on how to install relevant packages.
ToDo:
Linux Mint: Ubuntu based
Arh Linux. Has a couple of derivatives. We will assume they are equal...
Ar
c
h Linux. Has a couple of derivatives. We will assume they are equal...
### Other Uni
c
es
### Other Uni
x
es
gfortran and the lapack implementation from netlib.org should be available for
your system. Consult the documentation of your system on how to install the
relevant packages. The package names from linux should give good starting points
...
...
@@ -32,6 +32,27 @@ for your search.
### MacOS
### Windows
The easiest way to compile Fortran code in Windows is trough Cygwin, which
provides a Unix-like environment for Windows. The installer also works as a
package manager, providing an extensive collection of software from the Unix
ecosystem. For convenience, we provide a zip archive containing the Cywin
installer and a local repository with all the additional software needed for
ALF.
Steps for installing Cygwin:
-
Unizip the archive
-
Execute "setup-x86_64.exe". If administrator rights are missing, execute it
from the command line as "setup-x86.exe --no-admin".
-
In the setup choose "Install from local directory".
-
Choose root directory, where cygwin will be installed. In this directory you
will also find the home directory of the Unix environment.
-
Choose the diretory "cygwin_ALF" as local package Directory.
-
At the "Select Packages" screen, in "Categories" view, at the line marked
"All", click on the word "default" so that it changes to "install".
-
Finish installation
-
To add, remove or update installed packages, rerun the installer setup and
chose "Install from Internet".
## Editors
For the coding parts of the exercises we recommend to use a text editor.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment