2017-03-04 ruki
New features Add --links, --linkdirs and --includedirs configure arguments Add app2ipa plugin Add dictionary syntax style for xmake.lua Provide smart scanning and building mode without xmake.lua Add set_xmakever api for xmake.lua Add add_frameworks api for objc and swift Support multi-languages extension and add golan 继续阅读 »
2017-08-16 ruki
This release fixed some bugs and improve some compilation problem. If you want to known more usage, please see online documents。 Source code: Github, Gitee. Changes Improve add_files to configure the compile option of the given files Inherit links and linkdirs from the dependent targets and options Improve target.a 继续阅读 »
2016-06-16 Golmic
CentOS下安装scrapy more 安装python wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz xz -d Python-3.6.0.tar.xz tar -xvf Python-3.6.0.tar yum groupinstall -y development yum install -y zlib-devel gcc libffi-devel python-devel openssl-devel zlib-dev sqlite-devel bzip2-devel libxslt-devel ./configure --prefix= 继续阅读 »
2014-06-07 AllanChan
Mac 解决方法 nano /etc/hosts 贴上如下代码 * ### Host Database# localhost is used to configure the loopback interface when the system is booting. Do not change this entry. 127.0.0.1 localhost 255.255.255.255 broadcasthost ::1 localhost fe80::1%lo0 localhost 127.0.0.1 osxdaily.com 0.0.0.0 yahoo.com 继续阅读 »
2017-01-16 Klaus Ma
Download File Watchers plugin, and configure it as follows: 继续阅读 »
2020-11-30 ruki
LTUI is a lua-based cross-platform character terminal UI interface library. This framework is derived from the requirement of graphical menu configuration in xmake, similar to the menuconf of linux kernel to configure compilation parameters, so based on curses and lua, a complete set of cross- The character terminal u 继续阅读 »
2015-11-02 veryyoung
Create and configure lightweight, reproducible, and portable development environments. 上面这段话来自 Vagrant 官网,我翻译一下:创建和配置轻量级的,可重复的,可移植的开发环境。 继续阅读 »
2016-07-22 ruki
xmake provides a convenient and flexible cross-compiling support, in most cases, we need not to configure complex toolchains prefix, for example: arm-linux- As long as this toolchains meet the following directory structure: /home/toolchains_sdkdir - bin - arm-linux-gcc - arm-linux-ld - ... 继续阅读 »
2015-09-18 wansong
nodejs安装 nodejs使用Linux Binaries安装 $ wget https://nodejs.org/dist/v4.1.0/node-v4.1.0.tar.gz $ tar -zvxf node-v4.1.0.tar.gz $ ./configure $ make $ [sudo] make install 继续阅读 »
2015-04-27 YongHao Hu
按照网上教程装了Nginx后,发现网站根目录非常不符合Rule of Least Surprise,过了没一会,就忘记了目录所在。 在网上查找时,发现别人的根目录跟我的根本不一样。只好自己去找目录所在。使用nginx -V, $nginx -V nginx version: nginx/1.4.6 (Ubuntu) built by gcc 4.8.2 (Ubuntu 4.8.2-19ubuntu1) TLS SNI support enabled configure arguments: --with-cc-opt='-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wf 继续阅读 »