1 Star 0 Fork 0

huzhuhua/texstudio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
To compile and install TeXstudio, write:
qmake texstudio.pro
make
make install
On Unix and MacOSX you can also use:
sudo sh BUILD.sh
(you only need to use sudo if you want to install it system-wide)
Requirements :
* Qt tool kit (www.trolltech.com) (4.4.3 recommended)
* Poppler for the internal pdf preview
(can be disabled with the BUILD.sh script, or by passing NO_POPPLER_PREVIEW=true to qmake)
* Phonon to view videos in the pdf preview
(only needed if PHONON=true is passed to qmake, or it is enabled with BUILD.sh)
* Ghostscript for the LaTeX to html conversion command.
If poppler/phonon are in non standard directories, you may need to pass the INCLUDEPATH=<your path> LIBS=<your path> options to qmake/BUILD.sh
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huzhuhua/texstudio.git
git@gitee.com:huzhuhua/texstudio.git
huzhuhua
texstudio
texstudio
master

搜索帮助