Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the c2ffi-blob Reference Manual, version 1.0.0, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 11:53:56 2020 GMT+0.
• Introduction | What c2ffi-blob is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Indexes | Concepts, functions, variables and data types |
Precompiled c2ffi
executables for various platforms to use with :claw
project.
For GNU\Linux you need to have libstdc++
installed.
For MacOSX systems - libc++
(xcode-select --install
).
CC=/opt/bodge/llvm8/bin/clang \
CXX=/opt/bodge/llvm8/bin/clang++ \
LLVM_DIR=/opt/bodge/llvm8/ \
cmake -DCMAKE_BUILD_TYPE=Release ..\
&& cmake --build .
git clone --depth=1 https://github.com/llvm/llvm-project \
&& cd llvm-project/llvm/ \
&& cp -R ../clang tools/ \
&& cp -R ../compiler-rt projects/ \
&& mkdir build \
&& cd build
#!/bin/bash
export CC=/usr/bin/gcc-5
export CXX=/usr/bin/g++-5
cmake \
-G "Unix Makefiles" \
-DCMAKE_INSTALL_PREFIX="/opt/bodge/llvm8/" \
-DCMAKE_BUILD_TYPE="Release" \
-DLLVM_TARGETS_TO_BUILD="X86" \
-DLLVM_INCLUDE_TESTS=OFF \
-DLLVM_ENABLE_CXX1Y=ON \
-DLLVM_ENABLE_ASSERTIONS=OFF \
-DLLVM_ENABLE_FFI=OFF \
-DSPHINX_OUTPUT_HTML=OFF \
-DSPHINX_OUTPUT_MAN=OFF \
-DLLVM_ENABLE_TERMINFO=OFF \
-DLLDB_DISABLE_CURSES=ON \
-DLLVM_ENABLE_LIBEDIT=OFF \
-DLLVM_PARALLEL_COMPILE_JOBS=4 \
-DLLVM_BUILD_DOCS=OFF \
-DLLVM_INCLUDE_EXAMPLES=OFF \
-DLLVM_ENABLE_LIBPFM=OFF \
-DLLVM_BUILD_LLVM_DYLIB=OFF \
-DLLVM_LINK_LLVM_DYLIB=OFF \
-DLLVM_CCACHE_BUILD=ON \
..
cmake --build . --target install
For MSYS2 MinGW64
-G "MinGW Makefiles" \
...
-DCMAKE_SH="CMAKE_SH-NOTFOUND" \
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The c2ffi-blob system |
Pavel Korolev
MIT
c2ffi executables for various platforms
1.0.0
trivial-features
claw-support
c2ffi-blob.asd (file)
c2ffi.lisp (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The c2ffi-blob.asd file | ||
• The c2ffi-blob/c2ffi.lisp file |
Next: The c2ffi-blob/c2ffi․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
c2ffi-blob.asd
c2ffi-blob (system)
Previous: The c2ffi-blob․asd file, Up: Lisp files [Contents][Index]
c2ffi-blob (system)
c2ffi.lisp
Packages are listed by definition order.
• The c2ffi-blob package |
c2ffi.lisp (file)
common-lisp
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | C F L |
---|
Jump to: | C F L |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | C P S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
C | |||
c2ffi-blob : | The c2ffi-blob system | ||
c2ffi-blob : | The c2ffi-blob package | ||
| |||
P | |||
Package, c2ffi-blob : | The c2ffi-blob package | ||
| |||
S | |||
System, c2ffi-blob : | The c2ffi-blob system | ||
|
Jump to: | C P S |
---|