-
Notifications
You must be signed in to change notification settings - Fork 6
Home
This instruction is for the versions later than 1.0.0.
For installation of the basal softwares to prepare your (copy of) STRTprep, check the following requirements; but you do not need to install Homebrew or Linuxbrew themselves into your system.
-
OSX - Check Requirements of Homebrew, and install Command Line Tool for Xcode and Java.
-
Linux - Check Dependencies of Linuxbrew, and install Java.
You can use either openjdk or Oracle Java.
Then clone STRTprep to your disk with a name as you like - STRTprep.test for example.
git clone https://github.com/shka/STRTprep.git STRTprep.test
cd STRTprep.test
There is an installation script for additional softwares. The script installs Homebrew or Linuxbrew, and more softwares to run analysis within your STRTprep.
bin/install.sh
When you failed the installation, once remove the installation folder by rm -rf .homebrew, then retry again.
You can install mariadb (MySQL) by yourself, when it is difficult to install via the installation script.