Install braille system.
This commit is contained in:
parent
6f13b8810f
commit
0c05f7c5a2
2 changed files with 13 additions and 3 deletions
|
@ -22,15 +22,24 @@ apt-get install \
|
||||||
rsync arandr openbox gsetroot tint2 menu menu-l10n gmrun \
|
rsync arandr openbox gsetroot tint2 menu menu-l10n gmrun \
|
||||||
nmap seahorse simple-scan libxml2-dev libxslt1-dev \
|
nmap seahorse simple-scan libxml2-dev libxslt1-dev \
|
||||||
psutils python-git bc htop highlight code2html pipelight-multi \
|
psutils python-git bc htop highlight code2html pipelight-multi \
|
||||||
ipython ipython3 python-pip python3-pip \
|
ipython ipython3 python-pip python3-pip mbrola mbrola-fr1 mbrola-fr4 mbrola-en1 \
|
||||||
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
|
doxygen doxygen-gui doxygen-latex doxypy doxyqml gaphor graphviz imagemagick \
|
||||||
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
||||||
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 \
|
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 autogen libtool scons python-espeak \
|
||||||
numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \
|
numix-gtk-theme numix-kde-theme numix-icon-theme numix-icon-theme-circle numix-icon-theme-shine \
|
||||||
numix-icon-theme-utouch coffeescript node-less node node-cli node-backbone node-uglify npm
|
numix-icon-theme-utouch coffeescript node-less node node-cli node-backbone node-uglify npm
|
||||||
npm install -g jshint
|
npm install -g jshint
|
||||||
npm install -g coffeelint
|
npm install -g coffeelint
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
|
||||||
|
cd /tmp
|
||||||
|
git clone https://github.com/Nalin-x-Linux/ibus-sharada-braille.git
|
||||||
|
cd ibus-sharada-braille
|
||||||
|
./autogen.sh
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
cd ..
|
||||||
|
rm -rf ibus-sharada-braille
|
||||||
|
|
||||||
pipelight-multi --unlock x64-flash
|
pipelight-multi --unlock x64-flash
|
||||||
pipelight-multi --enable x64-flash
|
pipelight-multi --enable x64-flash
|
||||||
|
|
|
@ -13,10 +13,11 @@ apt-get install \
|
||||||
keyboard-configuration console-braille dots \
|
keyboard-configuration console-braille dots \
|
||||||
kakasi rsync nmap psutils python-git bc htop highlight code2html \
|
kakasi rsync nmap psutils python-git bc htop highlight code2html \
|
||||||
ipython ipython3 python-pip python3-pip \
|
ipython ipython3 python-pip python3-pip \
|
||||||
synfig synfigstudio synfig-examples \
|
synfig synfigstudio synfig-examples autogen libtool scons \
|
||||||
doxygen doxygen-latex doxypy doxyqml graphviz imagemagick \
|
doxygen doxygen-latex doxypy doxyqml graphviz imagemagick \
|
||||||
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
nginx-extras php5-fpm uwsgi uwsgi-plugin-python uwsgi-plugin-python3 uwsgi-plugin-greenlet-python \
|
||||||
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less node node-cli node-backbone node-uglify npm
|
uwsgi-extra uwsgi-plugin-jvm-openjdk-6 coffeescript node-less node node-cli node-backbone node-uglify npm
|
||||||
npm install -g jshint
|
npm install -g jshint
|
||||||
npm install -g coffeelint
|
npm install -g coffeelint
|
||||||
ln -s /usr/bin/nodejs /usr/bin/node
|
ln -s /usr/bin/nodejs /usr/bin/node
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue