NoxChimaera / NoticEditor

The Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoticeEditor

It is an utility to edit notices.

Build

git clone https://github.com/TemporaryTeam/NoticEditor.git
  1. Open project in NetBeans
  2. Press Shift + F11 for clean and build. You can find jar executable in dist/ dir.
  3. For build single-jar (with libs) launch package-single task in build.xml.

Or else (Gradle-based, cross-platform)

  1. git clone https://github.com/TemporaryTeam/NoticEditor.git
  2. gradlew dist — this will put jar into ./dist/.
  3. gradlew run — this will run the app w/o building a jar.

Or else (for Unix users):

$ git clone https://github.com/TemporaryTeam/NoticEditor.git
$ make

About

The Editor

License:Apache License 2.0


Languages

Language:Java 85.2%Language:CSS 13.2%Language:HTML 1.0%Language:Makefile 0.7%