Skip to content

Very basic java program to test libfreetype is available at runtime

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
OFL.txt
Notifications You must be signed in to change notification settings

d3r3kk/force-freetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

force-freetype

Very basic java program to test libfreetype is available at runtime

Usage, JDK11:

mvn package
mvn exec:java

Usage, JDK17+ (some Linux don't have a JDK17+ compatible maven installed...):

mkdir -p $HOME/.my_maven
cd $HOME/.my_maven
mvn_current_version="3.9.4" # current version of Maven is 3.9.4 at the time of writing this.
curl -O https://dlcdn.apache.org/maven/maven-3/${mvn_current_version-bin}/binaries/apache-maven-${mvn_current_version}-bin.tar.gz
tar -xzf apache-maven-$mvn_current_version-bin.tar.gz
export PATH=$PWD/apache-maven-$mvn_current_version/bin:$PATH
cd path/to/force-freetype
mvn package
mvn exec:java

About

Very basic java program to test libfreetype is available at runtime

Resources

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
OFL.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages