Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

awtk for minijvm

License

NotificationsYou must be signed in to change notification settings

zlgopen/awtk-minijvm

Repository files navigation

AWTK 针对MINIJVM 的适配。

Download and Build

  • Download and Build miniJVM
git clone https://github.com/digitalgust/miniJVM.git

build minijvm

mkdir build && cd build && cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ../minijvm/c && cmake --build . && cmake --build . --target mini_jvm; cd -

build java

cd minijvm/javamvn clean package
  • Download awtk and awtk-minijvm
cd desktopgit clone https://github.com/zlgopen/awtk.gitgit clone https://github.com/zlgopen/awtk-minijvm.git awtk_gui
  • Build AWTK
cd awtk; scons; cd -

AWTK的编译环境请参考:https://github.com/zlgopen/awtk

  • Build AWTK-MINIJVM
cd awtk_guimake
  • 生成资源
python ./scripts/update_res.py all

或者通过 designer 生成资源

Run

  • on linux
./run_on_linux.sh
  • on macos
./run_on_mac.sh

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp