readme.unix

来自「一个解RAR文件的开发库源码」· UNIX 代码 · 共 33 行

UNIX
33
字号
README UNIX============Unix version contributed by Johannes Winkelmann, jw@tks6.net0. Platforms============The urarlib has been tested on Linux >= 2.2.14, gcc >= 2.91.66and Sun/Solaris on Sparcs. There are two makefiles in the unix directory, usethe appropriate one for your platform:Under Linux, type  $ make -f Makefile.Linux  Under SunOS, type    $ make -f Makefile.SunOS1. Usage========Using the lib is quite simple. Have a look at the example.c in the$URARLIBDIR/unix directory and to see how to use the URARFileLibin you project.You only have to include the file $URARLIBDIR/urarlib/urarlib.h into yoursource file and add the $URARLIBDIR/urarlib/urarlib.c to your sources.You can see an example how to do this in the Makefile of theDon't forget to add the $URARLIBDIR/urarfilelib directory to the include path.Again, see the Makefile for details.WARNING: The linux assembly port is rather experimental. If you run into trouble, feel free to contact me (jw@tks6.net)

⌨️ 快捷键说明

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