kreativekorp / bitsnpicas

Bits'N'Picas - Bitmap & Emoji Font Creation & Conversion Tools
335 stars 24 forks source link

can't run injectcbdt command #5

Closed pancao closed 5 years ago

pancao commented 5 years ago

Usage: java -jar BitsNPicas.jar edit java -jar BitsNPicas.jar convertbitmap java -jar BitsNPicas.jar viewbitmap java -jar BitsNPicas.jar extractsbix java -jar BitsNPicas.jar injectsbix java -jar BitsNPicas.jar extractsvg java -jar BitsNPicas.jar injectsvg java -jar BitsNPicas.jar imagetosvg

dcunited001 commented 5 years ago

The jar in the ./downloads/ hasn't been built with the most recent version. The CBDT extraction commands are listed in Main.java.

If you clone the repo & browse to the ./main/java/BitsNPicas folder, there is a Makefile. From this folder, I was able to simply run make and it built the project into a JAR for me.

dcunited001 commented 5 years ago

Also, kudos to whoever decided to include the Makefile in this java project. Not only do you have a sense of humor, it also saved me from downloading JetBrains.

RebeccaRGB commented 5 years ago

The downloads directory has been updated with the newest version which includes injectcbdt.