shared_memeory changes
Getting following error @ compile time:
Running CMake...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/vagrant/source/build
Building EMuShareMem...
make: *** No rule to make target `EMuShareMem'. Stop.
Building EMuShareMem failed.
Was able to get over this by changing target to sharedmemeory in build script.
Had to manually move log.ini and shared_memory binary into server directory and modify startup script to start shared_memory.
I think you need to modify your scripts to incorporate recent chnages to shared memory.
Otherwise, thanks for this very easy setup
Cheers
|