Skip to content

xmake-examples/wxWidgets-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌱 wxWidgets Scaffold

A minimal wxWidgets project template

🦄 Usage

Simply click the button below to get started:

Use this template

🔨 Development

📋 Requirements

To setup and use the project you will need to have the following tools installed:

⬇️ Installation

Clone the repository

$ git clone https://github.com/xmake-examples/wxWidgets-scaffold.git

Change the working directory to the newly cloned repository:

$ cd wxWidgets-scaffold

Run xmake to install the dependencies & build the project:

$ xmake
note: install or modify (m) these packages (pass -y to skip confirm)?
in xmake-repo:
  -> wxWidgets 3.2.0
please input: y (y/n/m)

  => download https://github.com/wxWidgets/wxWidgets/archive/refs/tags/3.2.0.tar.gz .. ok
  => install wxWidgets 3.2.0 .. ok
[ 25%]: ccache compiling.release src/main.c
[ 50%]: linking.release wxWidgets-scaffold
[100%]: build ok!

Run the project after it has been built:

$ xmake run

About

A minimal wxWidgets project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published