Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/destrolaric/vcpkg-gui-wrapper

Gui-Wrapper developed on swing lib for vcpkg packet manager. WIP
https://github.com/destrolaric/vcpkg-gui-wrapper

java swing vcpkg-gui-wrapper vcpkg-packet-manager wip

Last synced: about 2 months ago
JSON representation

Gui-Wrapper developed on swing lib for vcpkg packet manager. WIP

Awesome Lists containing this project

README

        

# Short Description
Graphical wrapper for vcpkg packet manager. WIP .
# How to configure
* You need to have already configured vcpkg and all needed libs for it!
* If you downloaded source code please run maven package to build your jar. Currently there are error popups, don't worry it's just the result of maven doing unit tests!
* Important note currently maven configured to build 2 jars we need jar-with-dependencies!
* After start the default location for vcpkg will be selected, if system will not find it you will need to manually set it by pressing the "VCPKG PATH".
* Success, you gui wrapper are now ready to work
# List of done things
* basic functionality
* Exception Handling
* graphical UI
# TO-DO
* Integration-Tests - Most part of the code are system dependant, due to working with Bash/Powershell command line,
* Polishing