ThanosSiopoudis / FMScoutFramework

A Real-Time Football Manager scout tool framework written in .NET/Mono for Windows/Linux/OS X
GNU General Public License v2.0
76 stars 28 forks source link

libprocessmemoryinterface.1.0.so requirement on Linux #5

Closed Spongeroberto closed 9 years ago

Spongeroberto commented 9 years ago

The class ProcessMemoryAPI currently has a reference to 'libprocessmemoryinterface.1.0.so' when on Linux. Could you possibly clarify where I might find that library? It's not present on my system and a google search reveals little.

EDIT: sorry, my bad. It was missing from the archive on FMScout but I didn't check in here

ThanosSiopoudis commented 9 years ago

@Spongeroberto No worries. As you saw, it is a submodule linked in the folder /ExternalLibraries/ This library still needs work, though, mainly write functions as they're missing. Feel free to modify it and send a PR.