Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crwn1337/wine_injector
an injector that works with wine
https://github.com/crwn1337/wine_injector
Last synced: 7 days ago
JSON representation
an injector that works with wine
- Host: GitHub
- URL: https://github.com/crwn1337/wine_injector
- Owner: crwn1337
- Created: 2021-05-08T13:40:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T20:07:17.000Z (5 months ago)
- Last Synced: 2024-08-02T16:32:23.518Z (3 months ago)
- Language: C
- Size: 10.7 KB
- Stars: 17
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wine_injector
## usage
1. build the project first (see building)
2. run it:
```
WINEDEBUG=-all wine wine_injector.exe
```
3. wait for the process to fully load and then press enter in the terminal## building
1. clone the repo
```
git clone https://github.com/crwn1337/wine_injector
```
2. cd into the directory
```
cd wine_injector
```
3. make directory 'bin'
```
mkdir bin
```
4. cd into 'bin'
```
cd bin
```
5. generate cmake project
```
cmake -DCMAKE_BUILD_TYPE=Release ..
```
6. build cmake project
```
cmake --build .
```