Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/destrolaric/vcpkg-gui-wrapper
- Owner: Destrolaric
- Created: 2021-03-29T19:05:02.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T13:27:09.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T14:23:15.648Z (3 months ago)
- Topics: java, swing, vcpkg-gui-wrapper, vcpkg-packet-manager, wip
- Language: Java
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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