Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juaneth/pheonixclient
A way to easily manage archives and install them with ease
https://github.com/juaneth/pheonixclient
archives compression csharp games winforms
Last synced: 14 days ago
JSON representation
A way to easily manage archives and install them with ease
- Host: GitHub
- URL: https://github.com/juaneth/pheonixclient
- Owner: juaneth
- Created: 2021-05-29T22:11:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T20:56:34.000Z (over 3 years ago)
- Last Synced: 2024-11-20T15:24:00.076Z (3 months ago)
- Topics: archives, compression, csharp, games, winforms
- Language: C#
- Homepage: https://juaneth.xyz/pheonix
- Size: 6.43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# PheonixClient
## idk![image](https://user-images.githubusercontent.com/68202118/136098782-1af6d2b9-d159-4696-a4b6-ed5ab38c9b25.png)
(temporary ui, subject to change. Wine not shown here with new UI)
# Build Instructions
### Download the repository by clicking [here](https://github.com/juaneth/PheonixClient/archive/refs/heads/master.zip) and open with Visual Studio (make sure you have .NET Desktop Development), then once its all loaded click 'Build' and then 'Build Solution'
### To access the built application, go to wherever you have the downloaded project and go to 'PheonixClient/bin/debug/net5.0-windows/'
### To make this functional and not break upon launch you should download the 'test release' [here](https://github.com/juaneth/PheonixClient/releases/download/0.0.0/comclient-x64.zip) and then replace the files inside there with the ones you have made# Running on Linux (Wine)
### After building the project (I dont know how you even do that on linux so you might have to make a windows virtual machine and then transfer the files) you should install wine (if you dont know how, search up on google 'install wine on (your linux distribution)' and follow those instructions and continue to the next step, then download .net runtime from [here](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.7-windows-x64-installer) and then open up your terminal and type in 'wine dotnet-runtime-5.0.7-win-x64.exe' and run that, follow install instructions until it is finished and then go to where PheonixClient is built to and open the terminal in that folder and run 'wine PheonixClient.exe' then it should open up just like it would on windows.
I have no idea why you would download this on linux since it doesnt download anything that could make games run on wine too, so i could get someone to help with that