This program serves as a software for creating technical drawings.
Still a huge work in progress, if you find any bug or other kinds of a faulty behavior please create an issue for this repository.
-
Install the program as zip from this GitHub repository.
-> GitHub Vojat05 -
Extract the .zip file.
-
Run the
Build.exe
to build the java files. -
Run the
Run.exe
to run the program.
If building or running the program returns an error, build the java files by running the command line tool javac com/vojat/Main.java -d ./Build
in the directory ./src/
.
If running the program with the .exe file returns an error, run it using the command line tool java com/vojat/Main
in the directory ./src/Build/
.