cygwin.txt

来自「比较新的功能强大的rsa算法源代码,方便使用.」· 文本 代码 · 共 23 行

TXT
23
字号
It is quite easy to build MIRACL to work with Cygwin.

Basically follow the intructions in linux.txt, except first

(1) Copy mrmuldv.gcc to mrmuldv.c, and 

(2) Change the file linux to replace the line

as mrmuldv.s -o mrmuldv.o

with the line 

gcc -O2 -c mrmuldv.c

Then build the library and applications as usual with

$bash linux

(Make sure that the file "linux" has the correct Unix file format 
for CR/LF - not Windows format)


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?