浏览代码

Update Fortran entry in file-scrapers.md

MasterEnoc 5 年之前
父节点
当前提交
8fa0b64e7e
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      docs/file-scrapers.md

+ 12 - 0
docs/file-scrapers.md

@@ -36,6 +36,18 @@ Go to https://www.erlang.org/downloads and download the HTML documentation file.
 
 ### GCC
 ### GNU Fortran
+Go to https://gcc.gnu.org/onlinedocs/ and download the HTML tarball of Fortran manual or run the following commands to download the tarball:
+
+```sh
+wget https://gcc.gnu.org/onlinedocs/gcc-<version>/gfortran-html.tar.gz
+```
+
+Then extract the content of the tarball and move it to the devdocs directory.
+
+```sh
+tar xf <tarball>
+mv <extracted_directory> path/to/devdocs/docs/gnu_fortran~<version>/
+```
 
 ## Gnuplot