howto:compile_on_windows_with_cygwin
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:compile_on_windows_with_cygwin [2025/09/06 02:33] – [1 Install Cygwin] iwao | howto:compile_on_windows_with_cygwin [2025/09/07 07:07] (current) – [3b LIBINT (optional)] iwao | ||
|---|---|---|---|
| Line 138: | Line 138: | ||
| and so on, the " | and so on, the " | ||
| - | Copy a generated file " | + | Copy a generated file " |
| ("Make install" | ("Make install" | ||
| Line 144: | Line 144: | ||
| ====3c LIBXC (optional)==== | ====3c LIBXC (optional)==== | ||
| - | The version | + | The version |
| - | Download and extract " | + | Download and extract " |
| - | Change the current directory to the " | + | Autoconf, automake and libtool, which are not installed by default but are required to build LIBXC.\\ |
| + | |||
| + | Change the current directory to the " | ||
| < | < | ||
| - | $ cd libxc-5.1.0 | + | $ cd libxc-7.0.0 |
| $ export F77=gfortran | $ export F77=gfortran | ||
| + | $ aclocal | ||
| + | $ autoheader | ||
| + | $ automake -c -a | ||
| + | $ libtoolize -c | ||
| + | $ touch Makefile.in | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch src/ | ||
| + | $ touch testsuite/ | ||
| + | $ touch testsuite/ | ||
| + | $ touch pkgconfig/ | ||
| + | $ touch pylibxc/ | ||
| + | $ touch scripts/ | ||
| + | $ touch maple/ | ||
| + | $ touch maple/ | ||
| + | $ touch maple/ | ||
| + | $ touch maple/ | ||
| + | $ touch maple/ | ||
| + | $ touch maple/ | ||
| + | $ touch maple/ | ||
| + | $ touch cmake/ | ||
| + | $ autoconf | ||
| + | $ autoreconf --install | ||
| $ ./configure --prefix=/ | $ ./configure --prefix=/ | ||
| $ make | $ make | ||
howto/compile_on_windows_with_cygwin.1757126011.txt.gz · Last modified: by iwao
