diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 00000000..e69de29b diff --git a/404.html b/404.html new file mode 100644 index 00000000..4971068e --- /dev/null +++ b/404.html @@ -0,0 +1,785 @@ + + + +
+ + + + + + + + + + + + + + +$ sudo dnf install -y \
+ binutils-devel \
+ cmake \
+ elfutils-libelf-devel \
+ gcc \
+ glibc-devel \
+ libunwind-devel
+
$ sudo apt install -y \
+ binutils-dev \
+ cmake \
+ gcc \
+ libc6 \
+ libunwind-dev
+
$ cd ulpatch
+$ mkdir build
+$ cd build
+$ cmake -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_ULFTRACE=OFF \
+ -DBUILD_ULTASK=OFF \
+ ..
+$ make -j$(nproc)
+
You can specify CMake Build type with CMAKE_BUILD_TYPE
, such as -DCMAKE_BUILD_TYPE=Debug
(Release
,Debug
,RelWithDebInfo
,MinSizeRel
), such as:
$ cmake -DCMAKE_BUILD_TYPE=Debug ..
+
You can specify BUILD_TESTING
to determine compile ulpatch_test
or not, default ON
.
+If you want to turn it off, such as:
$ cmake -DBUILD_TESTING=0 ..
+
You can specify BUILD_ULFTRACE
to determine compile ulftrace
or not, default ON
.
+If you want to turn it off, such as:
$ cmake -DBUILD_ULFTRACE=0 ..
+
You can specify BUILD_ULTASK
to determine compile ultask
or not, default ON
.
+If you want to turn it off, such as:
$ cmake -DBUILD_ULTASK=0 ..
+
You can specify BUILD_MAN
to determine compile manual pages of ULPatch or not, default ON
.
+If you want to turn it off, such as:
$ cmake -DBUILD_MAN=0 ..
+
$ sudo make install
+
$ sudo make uninstall
+
{"use strict";/*!
+ * escape-html
+ * Copyright(c) 2012-2013 TJ Holowaychuk
+ * Copyright(c) 2015 Andreas Lubbe
+ * Copyright(c) 2015 Tiancheng "Timothy" Gu
+ * MIT Licensed
+ */var Va=/["'&<>]/;qn.exports=za;function za(e){var t=""+e,r=Va.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i