Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/crwn1337/wine_injector

an injector that works with wine
https://github.com/crwn1337/wine_injector

Last synced: about 2 months ago
JSON representation

an injector that works with wine

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 .
```