install_data( 'icons/hicolor/scalable/apps/@0@-symbolic.svg'.format(meson.project_name()), install_dir:join_paths(get_option('datadir'),'icons/hicolor/scalable/apps') install_dir:get_option('datadir')/'icons'/'hicolor'/'symbolic'/'apps' ...
install_dir : docdir, install_mode: 'rwxr-xr-x') if not get_option('build-getopt').disabled() install_data( 'getopt-example.bash', 'getopt-example.tcsh', install_dir : docdir, install_mode: 'rwxr-xr-x') endif exch_sources = files( 'exch.c', 0 comments on commit 2213bdc Plea...
install_data('src/sleep/sleep.conf', install_dir : pkgsysconfdir) exe = executable('systemd-sysctl', 'src/sysctl/sysctl.c', include_directories : includes, link_with : [libshared], install_rpath : rootlibexecdir, install : true, ...
install_data('src/sleep/sleep.conf', install_dir : pkgsysconfdir) exe = executable('systemd-sysctl', 'src/sysctl/sysctl.c', include_directories : includes, link_with : [libshared], install_rpath : rootlibexecdir, install : true, install_dir : rootlibexecdir) public_programs...
安装:gmake install 创建用户:useradd postgres 进入到postgres目录:cd /usr/local/postgresql 创建data文件夹:mkdir data 赋予权限:chown -R postgres:postgres data 2. 设置环境变量 执行命令:vi /etc/profile 在末尾添加: export PGDATA=/usr/local/postgresql/data ...
install_subdir('examples', install_dir:get_option('datadir') + '/dpdk', exclude_files: 'meson.build') get_option() #这个东西获取工程可配置参数 value get_option(option_name) Obtains the value of the project build option specified in the positional argument. ...
/usr/bin/meson /usr/lib/python3/dist-packages/meson-1.6.1.egg-info/PKG-INFO /usr/lib/python3/dist-packages/meson-1.6.1.egg-info/dependency_links.txt /usr/lib/python3/dist-packages/meson-1.6.1.egg-info/entry_points.txt /usr/lib/python3/dist-packages/meson-1.6.1.egg-info/requires.txt...
How do I do X in Meson? The Meson Build System
conan 编译 openssl要求python 3.7以上版本今天在Windows平台 如下用MinGW(5.2.0)编译openssl的时候 $ conan install openssl/1.1.1m...pkgconf/1.7.4: Calling build() Traceback (most recent call last): File "C:\Users\10km\.conan\data\meson...\0.60.2\_\_\package\5ab84d6acfe1f23c4fae0ab88f26...
conf_data.set('HAVE_UUIDINC', 1) else libuuid = cc.find_library('uuid') if not(cc.has_function('uuid_generate', dependencies: libuuid, prefix: '#include <uuid/uuid.h>' )) error('Couldn\'t find uuid/uuid.h or uuid_generate in lib c and uuid') endif global_libs...