Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

BD-J Linux SDK

This is a set of tools to simplify building BD-J ISO images on GNU/Linux systems. It is an adaptation of the Win32 minimal BD-J toolkit for the PS3, with an updated authoring tool from the HD Cookbook. For creating ISO images, we use a Linux port of NetBSD makefs ported by Andrew Randrianasulu.

Building

On Debian-flavored operating systems, you can invoke the following commands to install dependencies, and compile the source code.

john@localhost:~$ sudo apt-get install build-essential libbsd-dev git pkg-config openjdk-8-jdk-headless openjdk-11-jdk-headless
john@localhost:~$ git clone --recurse-submodules https://github.com/john-tornblom/bdj-sdk
john@localhost:~$ ln -s /usr/lib/jvm/java-8-openjdk-amd64 bdj-sdk/host/jdk8
john@localhost:~$ ln -s /usr/lib/jvm/java-11-openjdk-amd64 bdj-sdk/host/jdk11
john@localhost:~$ make -C bdj-sdk/host/src/makefs_termux
john@localhost:~$ make -C bdj-sdk/host/src/makefs_termux install DESTDIR=$PWD/bdj-sdk/host
john@localhost:~$ make -C bdj-sdk/target

Usage example

john@localhost:~$ make -C bdj-sdk/samples/helloworld

If everything was built successfully, you will find an BD-RE iso file bdj-sdk/samples/helloworld/helloworld.iso

关于 About

No description, website, or topics provided.

语言 Languages

Java90.0%
Makefile6.3%
Shell3.6%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
0
Total Commits
峰值: 1次/周
Less
More

核心贡献者 Contributors