-
Notifications
You must be signed in to change notification settings - Fork 30
Build
Taegyeong Kim edited this page Nov 1, 2016
·
2 revisions
This document has been written based on IntelliJ Community edition.
- Java, Maven version required to build Haste, JDK 1.7+, Maven 3.3.0+
- JCE(Java Cryptography Extension) required to support AES-256.
- Clone codes in a following repository.
- TOAST Haste framework
- Download and install IntelliJ Community Edition in a following site.
- IntelliJ Community Edition Download
- Run IntelliJ CE.
- Select
File > Open...
in the top menu. - Open the root directory of the downloaded project.
- Select
View > Tool Windows > Maven Projects
- Select
Haste > install
- Complete to build.
- If occurs error in enforcer-plugin, not meets prerequisites. (JDK 1.7+, Maven 3.3.0+)
- You must update JDK, or Maven.
- If Maven version in IntelliJ is lower than prerequisites, download and configure Maven.
- Download Maven : https://maven.apache.org/download.cgi
- Unzip the downloaded Maven in directory that you want.
- Select setting menu in IntelliJ. (Windows : File > Settings, OS X : IntelliJ > Preferences)
- Select "Build, Execution, Deployment" > "Build Tools" > "Maven"
- Select path that unzipped the downloaded Maven in "Maven home directory".
(Korean)
(English)