Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 617 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 617 Bytes

LWJGFont Example

a example of LWJGFont

Getting ready for development

The preparation scripts in work directory act...

  1. Make example_demo-1.0.jar with LWJGFont which is needed by this project.
  2. Install example_demo-1.0.jar into local Maven repository.

Use LWJGFont on the local Maven repository

$ cd work  
$ development-exec.sh <Version of LWJGFont>  

e.g.
To use $HOME/.m2/repository/net/chocolapod/lwjgfont/1.1/lwjgfont-1.1.jar,
run a following command.

$ development-exec.sh 1.1  

Use LWJGFont on Meaven Central Repository