https://github.com/z88dk/z88dk-devcontainer-example
Example of how to create a dev container for compiling with z88dk
https://github.com/z88dk/z88dk-devcontainer-example
Last synced: 4 months ago
JSON representation
Example of how to create a dev container for compiling with z88dk
- Host: GitHub
- URL: https://github.com/z88dk/z88dk-devcontainer-example
- Owner: z88dk
- Created: 2024-04-27T22:28:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-27T23:53:37.000Z (about 2 years ago)
- Last Synced: 2025-03-06T03:43:09.571Z (over 1 year ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example z88dk devcontainer project
This project utilises the z88dk docker image and devcontainer support in VScode to build
"Hello World" for 130 or so targets supported by z88dk.
You can use this repo as a base for your project and add extra plugins to VScode as
required.
## Usage
1. Clone the repository
2. Open the repository in vscode
3. Build the container (if VScode doesn't offer it automatically)
4. Once launched, open a new terminal
5. Type "make" or "make Q=" for some info about what is going on
6. All the targets will be built
## Multitarget makefile
This project uses z88dk's multitarget makefile which makes building for multiple targets
easy, whilst tracking dependencies at the same time! For more details take a look at
the z88dk wiki: https://github.com/z88dk/z88dk/wiki/Compiling-Larger-Applications