⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 C编写的格式转换程序
💻
字号:
The library requires that C99 integer types are available on thetarget computer.  Specifically the int8_t, int16_t, int32_t, int64_tand their unsigned counterpart types.  If these data types are notavailable guesses are made in lmplatform.h.-- Unix --A simple 'make' on most Unix-like systems should build the library.The included Makefile should work for most Unix-like environments; aspecial target of 'gcc' will explicitly use gcc with '-02'optimization and more warnings.  By default a statically linkedversion of the library is built: 'libmseed.a'.Using gcc it is possible to build a shared library with 'make shared'.If 'make' has been run before 'make shared' the object files willneed to be cleaned up using 'make clean' before running 'make shared'.-- Mac OSX (Darwin) --A static library can be compiled using the above Unix instructions,just run 'make'.  Using gcc it is possible to build a dynamic librarywith 'make dynamic'.  If 'make' has been run before 'make dynamic' theobject files will need to be cleaned up using 'make clean' beforerunning 'make dynamic'.-- Windows (Win32) --On a WIN32 platform the library can be compiled by using theNmake compatible Makefile.win (e.g. 'nmake -f Makefile.win') or OpenWatcom's Wmake with Makefile.wat (e.g. 'wmake -f Makefile.wat'). Thedefault target is a static library 'libmseed.lib'.  The library hasbeen tested with Open Watcom 1.3.

⌨️ 快捷键说明

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