From c1435ace66f67fdff09ee79cc8d6428aa6cd427a Mon Sep 17 00:00:00 2001 From: Djordje Baljozovic <121813753+djb-rwth@users.noreply.github.com> Date: Thu, 16 Jan 2025 15:07:42 +0100 Subject: [PATCH] Update README.md --- README.md | 47 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 33 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 48dbf73..beea52a 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ The [Images](https://github.com/IUPAC-InChI/InChI/tree/main/Images) subfolder co
.gz
format)
+ Files (given in compressed `.zip` format)
inchi-1
(ELF file)
INCHI-1-BIN/linux/64bit/
INCHI-1-BIN/linux/32bit/
+ 64-bit: INCHI-1-BIN/linux/64bit
GCC
INCHI-1-BIN/linux/32bit
+ Clang/LLVM
(2)
+ libinchi.so.1.07
inchi_main
(ELF file)
INCHI-1-BIN/linux/64bit/so/
INCHI-1-BIN/linux/32bit/so/
+ 64-bit: INCHI-1-BIN/linux/64bit/so
GCC
INCHI-1-BIN/linux/32bit/so
+ Clang/LLVM
(2)
+ Microsoft® Windows
operating system have been compiled using MinGW-w64
, it has been reported that in certain environments a dynamic link library libgcc_s_dw2-1.dll
has to be included in the same folder with the executables. Therefore, libgcc_s_dw2-1.dll
has been added to INCHI-1-BIN/windows/32bit
and INCHI-1-BIN/windows/32bit/dll
folders (we would like to thank nbehrnd for his assistance with this matter).
+makefile32s
more consistent on all operating systems (see the note (1) above), and for easier change of the default compiler, the default compiler on 32-bit UNIX-based OSs
has been set to Clang/LLVM
.
-.app
executables and .dylib
libraries) will be provided very soon. Until then, please note that InChI
can now be compiled from source on MacOS® using native/default Clang
or GCC
(if installed).
libgcc_s_dw2-1.dll
for running 32-bit executables on Microsoft® Windows
operating system in certain environments.
+If `makefile/makefile32` is used for compiling `libinchi` on Microsoft® Windows, `libinchi.dll` is now generated instead of `libinchi.so.1.07`. Also. please make sure to read the notes regarding the required libgcc_s_dw2-1.dll
for running 32-bit executables on Microsoft® Windows
operating system in certain environments.
**Additional notes**: