码迷,mamicode.com
首页 >  
搜索关键字:bison    ( 297个结果
raspberrypi 编译 gstreamer 1.3.2
在http://gstreamer.freedesktop.org/src/ 下载gstreamer 1.3.2进入解压后的目录执行 chmod 777 configure 获取读写权限执行 ./configuremakemake install安装过程中可能会缺少库的处理方法:bison:apt-...
分类:Web程序   时间:2014-06-21 13:59:01    阅读次数:297
[LAMP环境搭建二]MySQL安装
安装前准备工作:[root@bogon src]# yum -y install bison bison-devel ncurses ncurses-devel openssl openssl-develcmake下载安装http://www.cmake.org/files/v2.8/cmake-2...
分类:数据库   时间:2014-06-21 13:46:44    阅读次数:188
MySQL的词法分析漫谈
这个链接上有点介绍,可以了解个大概:http://blog.imaginea.com/mysql-query-parsing/    关键点: 1. SQL解析包括语法分析器和词法分析器。    简便的做法是用bison/flex组合。不过MySQL的词法分析器是手工打造的。    语法分析器的入口函数是MYSQLparse,词法分析器的入口函数是MYSQLlex。 2. 词法分析中...
分类:数据库   时间:2014-06-19 10:03:35    阅读次数:302
Learn ZYNQ (3)
移植android3.3到ZedBoard follow doc:Android移植Guide1.3.pdf follow website: sudo apt-get install git gnupg flex bison gperf build-essential zip curl libc6-...
分类:其他好文   时间:2014-05-30 23:08:44    阅读次数:542
Coursera compiler Set up environment and Run first program
Environment, Ubuntu 14.04set up guideSet up cool compiler1. sudo apt-get install flex bison build-essential csh openjdk-6-jdk libxaw7-dev libc6-i3862....
分类:其他好文   时间:2014-05-29 15:09:43    阅读次数:578
用vs2012编译doxygen-1.8.7
1.下载bison,地址见上篇文件,我用的是2.4.1-setup.exe 2.下载flex,地址见上篇文件,我用的是flex-2.5.4a-1.exe 3.下载python,我用的是2.7版本 4.将前面三个软件安装后,将其安装后目录下的bin都添加到系统给的path路径中,将python的根目录增加到系统的path目录 5.使用vs2012打开doxgen的源代码,目录下有个winbu...
分类:其他好文   时间:2014-05-20 14:18:58    阅读次数:319
【原创】如何构建MIPS交叉编译工具链
运行环境:Ubuntu12.04PC提前安装库:flex,bison,libncureses5-dev,texinfo,这些库提前apt-get install。需要重新安装:gawk(先apt-get remove mawk, 然后apt-get install gawk,工具链构建完成后可恢复)...
分类:其他好文   时间:2014-05-09 13:27:20    阅读次数:686
297条   上一页 1 ... 28 29 30
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!