📄 cygwin.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -