Chinaunix首页 | 论坛 | 博客
  • 博客访问: 150462
  • 博文数量: 29
  • 博客积分: 1662
  • 博客等级: 上尉
  • 技术积分: 327
  • 用 户 组: 普通用户
  • 注册时间: 2008-04-13 18:53
个人简介

thanks

文章分类
文章存档

2022年(1)

2017年(1)

2016年(1)

2015年(3)

2014年(9)

2011年(1)

2009年(1)

2008年(12)

我的朋友

分类: LINUX

2014-04-29 09:17:31

centos 6 amd64 unetbooin

yum install syslinux-extlinux avahi-qt4-devel gcc-c++

wget source...

see also

大牛现在跑到斯坦福读博士了,难怪ubuntu已经不对wubi维护老。



Start PageIndexHistoryLast Change
--------------------------------------------------------------------------------
Building a Dynamically Linked Version?
?
Dynamically linked builds are most useful for packaging into Linux distributions. If you are attempting to standalone version for deployment on Windows, go to the statically linked section.

Prerequisites?
Latest "clean" tarball at
libqt4-dev
g++

Instructions?
1. Extract the tarball and cd to it

2. Run the following commands:

lupdate-qt4 unetbootin.pro
lrelease-qt4 unetbootin.pro
qmake-qt4
make
(Note that if you are instead building from git or bzr or the source .zip file, you will need to instead use the following):

sed -i '/^RESOURCES/d' unetbootin.pro
lupdate-qt4 unetbootin.pro
lrelease-qt4 unetbootin.pro
qmake-qt4 "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc"
make



=============
ubuntu network dns ip配置(上网必备)
echo "nameserver 8.8.8.8" > /etc/resolv.conf

=============
linux ln快捷方式小技巧

ln -s /var/www/discuz /usr/share/nginx/www/bbs
建立一个快捷方式供nginx使用,但是不确定过界访问风险。。。
这个命令很有用,在ubuntu玩redmine再次碰到了类似的场合
 
ln -s /usr/share/redmine/public/   /var/www/redmine

阅读(1724) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~