You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if I should send a PR or an email for this addition, but users of Windows 10 devices might find this better than rigging through Cygwin or a Virtualization. I was able to get OOF2 running well on WSL, which is a feature that can be enabled on Windows 10 devices.
Follow instructions under Ubuntu on OOF2's installation page.
Note that you need to install gperftools-2.5 from source. highly recommend using checkinstall package (sudo apt-get update && sudo apt-get install checkinstall )
look at the Install file BEFORE installing
for 64 bit systems (all of the systems capable of using WSL), you need to sudo apt-get install libunwind-dev BEFORE installing gperftools
for gperftools make sure to ./configure --enable-frame-pointers it fails otherwise.
Install VcXsrv and make sure to configure the bash shell (for ubuntu on bash) to add that export statement (make sure you are at the base of your terminal) cd
You will need to sudo python setup.py install for the magic compilation to happen
The text was updated successfully, but these errors were encountered:
Thanks for letting us know. This is useful information, since we don't actually have a Windows machine to test on.
Does it work if you don't install gperftools at all? gperftools isn't actually necessary in the Linux and Mac builds, and I'm not sure it's even useful.
I don't know why github didn't notify me about your comment earlier.
Not sure if I should send a PR or an email for this addition, but users of Windows 10 devices might find this better than rigging through Cygwin or a Virtualization. I was able to get OOF2 running well on WSL, which is a feature that can be enabled on Windows 10 devices.
Getting OOF2 to run on Windows Sublayer for Linux
gperftools-2.5
from source. highly recommend usingcheckinstall
package (sudo apt-get update && sudo apt-get install checkinstall
)sudo apt-get install libunwind-dev
BEFORE installinggperftools
./configure --enable-frame-pointers
it fails otherwise.cd
sudo python setup.py install
for the magic compilation to happenThe text was updated successfully, but these errors were encountered: