OTExtension icon indicating copy to clipboard operation
OTExtension copied to clipboard

ot.exe: command not found

Open haochenuw opened this issue 6 years ago • 1 comments
trafficstars

Is there some instructions that I missed? I did (on a Ubuntu machine)

2042 git clone https://github.com/encryptogroup/OTExtension.git 2044 cd OTExtension/ 2045 mkdir build && cd build 2046 cmake .. -DOTEXTENSION_BUILD_EXE=On 2047 make 2048 ot.exe -r 0

haochenuw avatar Feb 25 '19 19:02 haochenuw

Hi, the README is out of date. Instead of ot.exe you want to use ./mains/otmain (relative to the build directory).

lenerd avatar Feb 25 '19 22:02 lenerd