Hotfix release available: 2025-05-14a "Librarian".
upgrade now! [56.1] (what's this?)
New release available: 2025-05-14 "Librarian".
upgrade now! [56] (what's this?)
install-manual:step1
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
install-manual:step1 [2025/04/03 20:18] – 211.231.76.183 | install-manual:step1 [2025/04/17 22:04] (current) – 211.231.76.183 | ||
---|---|---|---|
Line 5: | Line 5: | ||
so any installation method is acceptable as long as the [objective] is met. | so any installation method is acceptable as long as the [objective] is met. | ||
- | ==== Git Program ==== | + | ==== 1-1 Git Program ==== |
=== Objective === | === Objective === | ||
Install and verify Git version 1.8.2 or later. | Install and verify Git version 1.8.2 or later. | ||
- | == Check == | + | === Check === |
cmd) git --version | cmd) git --version | ||
- | == Instruction @ CentOS == | + | === Instruction @ CentOS |
cmd) sudo yum install git | cmd) sudo yum install git | ||
- | == Instruction @ Ubuntu== | + | === Instruction @ Ubuntu=== |
cmd) sudo apt-get install git | cmd) sudo apt-get install git | ||
- | == Instruction @ Windows== | + | === Instruction @ Windows=== |
- | Use Microsoft Store. | + | Use Microsoft Store.\\ |
- | Or, https:// | + | Or, https:// |
- | == Instruction @ Any== | + | === Instruction @ Any OS=== |
- | If the version above does not meet the required specifications, | + | If the version above does not meet the required specifications, |
- | please manually locate and install the appropriate version. | + | please manually locate and install the appropriate version. |
- | ==== Python 3 ==== | + | ==== 1-2 Python 3 ==== |
- | == Objective == | + | === Objective |
Install and verify a Python version between 3.8 and 3.10. | Install and verify a Python version between 3.8 and 3.10. | ||
- | == Check == | + | === Check === |
Depending on your environment, | Depending on your environment, | ||
cmd) python3 --version or python --version | cmd) python3 --version or python --version | ||
- | == Instruction @ CentOS == | + | === Instruction @ CentOS |
cmd) sudo yum install python3 | cmd) sudo yum install python3 | ||
- | == Instruction @ Ubuntu== | + | === Instruction @ Ubuntu=== |
cmd) sudo apt-get install python3 | cmd) sudo apt-get install python3 | ||
- | == Instruction @ Linux (Alternative) == | + | === Instruction @ Linux (Alternative) |
cmd) sudo yum install gcc zlib zlib-devel openssl openssl-devel | cmd) sudo yum install gcc zlib zlib-devel openssl openssl-devel | ||
cmd) wget https:// | cmd) wget https:// | ||
Line 51: | Line 51: | ||
cmd) cd Python-3.8.16; | cmd) cd Python-3.8.16; | ||
- | == Instruction @ Windows== | + | === Instruction @ Windows=== |
- | | + | Search for python3 in Microsoft Store and install version 3.8.\\ |
+ | Versions between 3.7 and 3.9 are acceptable. | ||
- | * Versions | + | === Instruction @ Windows (Alternative) === |
+ | Download and install version 3.9.12 from python.org.\\ | ||
+ | Any version | ||
+ | During installation, | ||
+ | If you forgot to do this, manually add the following directories to your PATH variable: | ||
+ | - C: | ||
+ | - C: | ||
- | == Instruction @ Windows (Alternative) | + | ==== 1-3 Make ==== |
- | Download and install version | + | === Objective |
- | + | ||
- | * Any version between 3.7 and 3.9 is acceptable, but make sure to choose one that includes a Windows installer. | + | |
- | * During installation, | + | |
- | * If you forgot to do this, manually add the following directories to your PATH variable: | + | |
- | - C: | + | |
- | - C: | + | |
- | + | ||
- | ==== Make ==== | + | |
- | == Objective == | + | |
Set up an environment that supports Makefile execution. | Set up an environment that supports Makefile execution. | ||
- | == Instruction @ Linux == | + | === Instruction @ Linux === |
- | No additional installation is required. | + | No additional installation is required. |
- | + | ||
- | == Instruction @ Windows== | + | |
- | Install using the Complete package from http:// | + | |
- | * After the installation, | + | === Instruction @ Windows=== |
- | - C:\Program Files (x86)\GnuWin32\bin | + | Install using the Complete package from http:// |
+ | After the installation, | ||
+ | - C:\Program Files (x86)\GnuWin32\bin |
install-manual/step1.1743679125.txt · Last modified: 2025/04/03 20:18 by 211.231.76.183