Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tfslabs/gnu-windows-extension
Template for GNU Windows Extension
https://github.com/tfslabs/gnu-windows-extension
Last synced: 8 days ago
JSON representation
Template for GNU Windows Extension
- Host: GitHub
- URL: https://github.com/tfslabs/gnu-windows-extension
- Owner: tfslabs
- License: gpl-3.0
- Created: 2024-02-17T16:15:05.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-03-04T06:40:04.000Z (9 months ago)
- Last Synced: 2024-03-04T07:44:33.070Z (9 months ago)
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# GNU Windows Extension
This template helps a lot in building docs and understanding GNU Windows Extension source code, building and other related documents
## Build this library
To build this library, you will need:
* [GNU Windows](https://github.com/tfslabs/gnu-windows)
* [CMake](https://www.cmake.org/) version 3 or newer installed on your machine. You can download it from the official website and follow their installation instructions.
* [Python 3.9+](https://python.org)> :warning:
>
> Ensure you can run `make`, `gcc` and `g++` from the command line without issues.Additionally, you may need to install these libraries:
* [Lib 1]()
Just run the following commands in a terminal window to get started:
```cmd
build.cmd
```Once it's done, you can see your bin. You can then paste it into your GNU Windows installation folder.