Skip to content

Latest commit

 

History

History

README.md

Project Overview

Integrate wxWidgets and nsmartproxy to create a C++ project with a graphical user interface and proxy functionality!## System Requirements

To get started with this project, ensure you have the following tools and libraries:

  • CMake (Version 3.14 or later): Essential for building and managing the project files.
  • C++ Compiler: Compatible with Clang, GCC, or MSVC. Choose one based on your development environment.
  • GTK3 Development Libraries (for Linux users): Necessary for GUI development on Linux platforms.

Building the Project

Debug

Follow these steps to build the project:

  1. **Create a build directory & configure the build:**2. **Build the project:**This will create a build directory and compile all necessary artifacts there. The main executable will be located in build/.

Release

For release build use --config Release on Windows:Artifacts for both configurations will be generated in the build directory.

On Mac or Linux you'll need to maintain two build trees:## License

MIT License. Can be used in closed-source commercial products.