GithubHelp home page GithubHelp logo

README fixes needed about lsoracle HOT 2 CLOSED

aolofsson avatar aolofsson commented on August 19, 2024
README fixes needed

from lsoracle.

Comments (2)

aolofsson avatar aolofsson commented on August 19, 2024

The following script was needed in Ubuntu 18.04. resulting executable in build/core/lsoracle seems to work.

Install Latest Cmake
sudo apt-get install libssl-dev
wget https://github.com/Kitware/CMake/releases/download/v3.16.3/cmake-3.16.3.tar.gz
tar zvf cmake-3.16.3.tar.gz
cd cmake-3.16.3
./bootstrap
make
sudo make install


#Adding g++ 8.x
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt install g++-8
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 60 --slave /usr/bin/g++ g++ /usr/bin/g++-8

#Build LS Oracle
sudo apt-get install libreadline-dev
git clone --recursive [email protected]:LNIS-Projects/LSOracle.git --branch demo
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=RELEASE
make

from lsoracle.

srtemp avatar srtemp commented on August 19, 2024

Hi Andreas,
We've pulled demo into master, minus a few things to keep mac compatibility, and updated the readme, including dependency information.

Thanks for bringing this up; it was definitely stale.

Scott

from lsoracle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.