Skip to content

The run time class library for qbicc native images

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING.txt
Notifications You must be signed in to change notification settings

qbicc/qbicc-class-library

Repository files navigation

The run time class library for qbicc-based images.

This repo contains a sub-module of openjdk so clone with:

git clone --recurse-submodules [email protected]:qbicc/qbicc-class-library.git

You must clone this repository on a case-sensitive file system. If you are on MacOS, the default volume is case-insensitive. You can use Disk Utility to create a case-sensitive volume, clone the repo there, and then symlink it to be a sibling of your qbicc clone.

OSX steps to create case-sensitive file system:

  • open Disk Utility
  • File > New Image > Blank Image...
  • Pick location, and name
  • Use 30 gb as a good default size
  • Format: Mac OS Extended (Case-sensitive, Journaled)
  • Image: spares disk image
  • Leave other settings as default

After creating the image, unmount in Disk Utility Mount it where you want it placed, in this case pwd/development using:

$ hdiutil attach -mountpoint `pwd`/development development.sparseimage

and then symlink it beside qbicc:

$ ln -s <source> <dest>

About

The run time class library for qbicc native images

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE.txt
GPL-2.0
COPYING.txt

Stars

Watchers

Forks

Packages

No packages published

Languages