AmigaLabs / webkitty

The AmigaOS 4 WebKit port
9 stars 3 forks source link

Dev environment #3

Closed walkero-gr closed 1 year ago

walkero-gr commented 1 year ago

We need a proper development environment that will:

walkero-gr commented 1 year ago

I created new docker images including all the above for different versions of gcc at https://hub.docker.com/repository/docker/walkero/amigagccondocker

With this project is recommended to use gcc 11, as it has all the latest features and fixes. The repo for these images, where someone can find information of how these were created and can be used is at https://github.com/walkero-gr/AmigaGCConDocker

If you want to use the new clib2, please use the docker images that have a tag with -newclib2 in their names.

Also created https://github.com/walkero-gr/webkitty/wiki/Development-environment with some info, but it is not finalised yet.