Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help building powerpaint on Linux #1

Open
superdreamkilla opened this issue Jan 3, 2021 · 2 comments
Open

Help building powerpaint on Linux #1

superdreamkilla opened this issue Jan 3, 2021 · 2 comments

Comments

@superdreamkilla
Copy link

superdreamkilla commented Jan 3, 2021

I have OpenJDK11 and OpenJDK15 on my machine and I am trying to run moccp-build.sh to compile it into a .jar file. The readme did not provide information how to do that.

Also is it possible to build the jar file on Windows and run it on Linux?

Thanks, I really want to test this software.

@RebeccaRGB
Copy link
Member

Hello, moccp-build.sh doesn't build PowerPaint, it builds something else. To build PowerPaint, run make all. You can compile on Windows (you may have to use cygwin to do so) and run on Linux, as long as the version of Java used to run it is the same or newer than the version used to compile it.

@Sembiance
Copy link

Just wanted to leave a comment that I was able to get it to build a JAR under linux (Gentoo with openjdk-bin-8.382_p05) just fine with:

git clone https://github.com/kreativekorp/powerpaint.git
cd powerpaint/main/java/PowerPaint
make
java -jar PowerPaint.jar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants