The build script uses CMake. Please make sure that you have installed cmake.$ git clone --recursive https://github.com/ToruNiina/libasd.git $ pip install --user ./libasdExample CodeAfter installation, you can us
cmake ( >= 2.6)http://www.cmake.org/ makehttp://ftp.gnu.org/gnu/make/ for libcomps library: zlibhttp://www.zlib.net/ libxml2http://www.xmlsoft.org/ expathttp://expat.sourceforge.net/ gcchttp://gcc.gnu.org/ for python bindings: ...
$ mkdir build $ cd build $ cmake .. -DBUILD_PYTHON_BINDING=ON ... $ cmake --build . --config RelWithDebInfo ... $ ./src/parser/parser You didn't provide the path to the dump file. parser.exe [-p [<physical address>]] [-c] [-e] [-h] <kdump path> Examples: Show eve...
CMake and IDE integration from the ESP-IDF project, via a configuration server program. A script for turning on USB-related options, from the syzkaller project. Various automated checks, including a check for references to undefined Kconfig symbols in source code. See the KconfigCheck class. Var...
cmake3 (host) python3 (host, optional) python3-pip (host, optional) doxygen(host, optional; for building the html docs as seenhere) OpenSSL(host and target, optional - recommended) MbedTLS(host and target, optional) pytest(host, optional; for running the integrated test suite) ...
Add FALSe in FindPython.cmake May 10, 2023 LICENSE Update LICENSE May 18, 2019 MANIFEST.in Add FALSe in FindPython.cmake May 10, 2023 README.md Clarify output in README.md May 10, 2023 pyproject.toml Bump version May 10, 2023
NOTE: The test suite overwrites .config in the kernel root, so make sure to back it up. The test suite consists of a set of selftests and a set of compatibility tests that compare configurations generated by Kconfiglib with configurations generated by the C tools, for a number of cases....
setup.py fix: update setup.py following pybind11/cmake_example Apr 14, 2023 Repository files navigation README License libasdA C++11 header-only library to read an .asd file generated by high-speed AFM, depending only on the C++ standard library.lib...
Libcomps is alternative for yum.comps library. It's written in pure C as library with Python bindings. Building Requirements for automatic build system: cmake ( >= 2.6)http://www.cmake.org/ makehttp://ftp.gnu.org/gnu/make/ for libcomps library: ...
cmake ( >= 2.6)http://www.cmake.org/ makehttp://ftp.gnu.org/gnu/make/ for libcomps library: libxml2http://www.xmlsoft.org/ expathttp://expat.sourceforge.net/ gcchttp://gcc.gnu.org/ for python bindings: pythonhttp://python.org/ ...