we icon indicating copy to clipboard operation
we copied to clipboard

Wallpaper Engine PKGV0001 repack tool

Results 5 we issues
Sort by recently updated
recently updated
newest added

A known issue on gcc is that linker parameters should be last ,so change your makefile to : ` g++ --std=c++11 -o we *.cpp -lboost_system -lboost_filesystem ` what kind of...

When I do the 'make linux' step (I've installed Xcode, Xcode CLT, and libboost through Macports) the terminal gives me an error. Is there a way to make it link...

Hey, I do occasionally recommend this tool to users who want to unpack Scene wallpapers but usually they are not capable of compiling it themselves. Any chance you could provide...

I downloaded the pre-compiled binary using curl from the link you provided due to the huge error I got when attempting to run make Linux. However, even after installing the...

### Follow this answer on stackoverflow to build with gcc: https://stackoverflow.com/a/38104054/7814407 ### Then compile the code with gcc: include directory - ```` library directory - ``/stage/lib`` library files *(in my...

enhancement
good first issue