You are not logged in.

#1 2017-03-24 15:30:23

ovalmartini
Member
Registered: 2017-03-24
Posts: 1

Installing Lucida, Problems

Hey guys,

I'm trying to install Lucida Lucida but it is seemingly optimized for Ubuntu. I read the README.md and followed the instruction to install it with "make local". This command starts a script called apt_deps.sh.

#!/bin/bash
## Installs all package manager dependencies
## FROM ubuntu:14.04
## Run as sudo

ln -s -f bash /bin/sh
sudo ln -s /usr/bin/pip2 /usr/local/bin/pip
pacman -S zlib1g-dev \
                   libatlas3-base \
                   python2.7-dev \
                   libblas3 \
                   libblas-dev \
                   liblapack3 \
                   liblapack-dev \
                   libc6 \
                   software-properties-common \
                   gfortran \
                   make \
                   ant \
                   gcc \
                   g++ \
                   wget \
                   automake \
                   git \
                   curl \
                   libboost-dev \
                   libboost-all-dev \
                   libevent-dev \
                   libdouble-conversion-dev \
                   libtool \
                   liblz4-dev \
                   liblzma-dev \
                   binutils-dev \
                   libjemalloc-dev \
                   pkg-config \
                   libtesseract-dev \
                   libopenblas-dev \
                   libblas-dev \
                   libatlas-dev \
                   libatlas-base-dev \
                   libiberty-dev \
                   liblapack-dev \
                   cmake \
                   zip \
                   unzip \
                   sox \
                   libsox-dev \
                   autoconf \
                   autoconf-archive \
                   bison \
                   swig \
                   python-pip \
                   subversion \
                   libssl-dev \
                   libprotoc-dev \
                   supervisor \
                   flac \
                   gawk \
                   imagemagick \
                   libgflags-dev libgoogle-glog-dev liblmdb-dev \
                   libleveldb-dev libsnappy-dev libhdf5-serial-dev \
                   bc \
                   python-numpy \
                   flex \
                   libkrb5-dev \
                   libsasl2-dev \
                   libnuma-dev \
                   scons \
                   python-gi \
                   python-gobject \
                   python-gobject-2 \
                   vim \
                   memcached
pip install --upgrade distribute
pip install --upgrade pip
pip install -r python_requirements.txt

So you can think, what I attempt to do ... install the packages raw and delete the apt_deps.sh from the make file. My problem: I can't find some libs listed above. It would be awesome, if you can help me.

Best regards, Michael

Offline

#2 2017-03-24 18:44:14

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: Installing Lucida, Problems

Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

Board footer

Powered by FluxBB