Git Product home page Git Product logo

jchenpku / ugene Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ugeneunipro/ugene

0.0 1.0 0.0 70.31 MB

UGENE is free open-source cross-platform bioinformatics software

Home Page: http://ugene.net

License: GNU General Public License v2.0

CMake 0.05% Python 0.14% Roff 11.39% Shell 0.19% QMake 0.84% Makefile 0.02% Perl 0.18% Batchfile 0.08% Visual Basic 0.01% NSIS 0.12% C++ 86.15% C 0.48% CSS 0.04% HTML 0.08% JavaScript 0.10% Assembly 0.01% Objective-C 0.08% Cuda 0.03% Prolog 0.03%

ugene's Introduction

UGENE

Building UGENE

Prerequisites

Make sure the Qt (>= 5.2.1 and < 5.6) development libraries are installed:

  • Ubuntu 16.04: sudo apt-get install qt5-default qttools5-dev-tools qtscript5-dev libqt5svg5-dev libqt5webkit5-dev libprocps4-dev
  • Ubuntu 14.04: sudo apt-get install qt5-default qttools5-dev-tools qtscript5-dev libqt5svg5-dev libqt5webkit5-dev libprocps3-dev
  • Ubuntu 12.04:
    • Download and install Qt 5.5.1: www.qt.io/download-open-source/
    • Set the system variable: export PATH=$PATH:~/Qt5.5.1/5.5/gcc_64/bin
    • sudo apt-get install g++ libgl1-mesa-dev libproc-dev libglu1-mesa-dev
    • sudo ln -s /usr/lib/libproc.so /usr/lib/libprocps.so
  • Fedora: sudo yum install qt5-qtscript-devel qt5-qtbase-devel qt5-qtsvg-devel qt5-linguist qt5-qtwebkit-devel gcc-c++ redhat-rpm-config procps-ng-devel mesa-libGLU-devel
  • Arch Linux: sudo pacman -S qt
  • Mac OS X: download from Qt official site (http://www.qt.io/download/)
  • Windows: download from Qt official site (http://www.qt.io/download/)

For Windows users:

To build with devenv (Visual Studio)

  1. qmake -r -tp vc ugene.pro
  2. open ugene.sln from Visual Studio or run devenv.exe ugene.sln /Build from MSVC command line

To build with nmake.exe:

  1. qmake -r ugene.pro
  2. run nmake, nmake debug or nmake release to build UGENE

For *nix users:

  1. installation paths may be set up in ugene_globals.pri
  2. qmake -r (Fedora: qmake-qt5 -r)
  3. make -j 4
  4. sudo make install
  5. ugene -ui

Note: usually, make builds a release version of UGENE. However, on certain platforms default target is debug. To enforce release build use make release or make all.

Some more information you can see in installer/_common_data/README file.

Build with CUDA

  1. Download and install required software from http://www.nvidia.com/object/cuda_get.html for your OS

  2. Make sure that some system variable are set:

    CUDA_LIB_PATH=/path_where_cuda_installed/lib
    CUDA_INC_PATH=/path_where_cuda_installed/include
    PATH=$PATH:/path_where_cuda_installed/bin
    

    for *nix: LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_LIB_PATH

  3. cd ./src and open ugene_globals.pri, find and set variable UGENE_CUDA_DETECTED = 1

Build with OpenCL

  1. Download and install video driver wich supports OpenCL
  2. Download OpenCL headers from http://www.khronos.org/registry/cl/ or find them in video vendor SDK directory.
  3. make sure that you have system variable is set correctly: OPENCL_INC_PATH=/path_where_open_cl_installed
  4. cd ./src and open ugene_globals.pri, find and set variable UGENE_OPENCL_DETECTED = 1

Notes: UGENE_CELL flag in ugene_globals should be uncommented when building on Cell BE platform

ugene's People

Contributors

alekseydurachenko avatar atiunov avatar dkandrov avatar epushkova avatar ggrekhov avatar iprotsyuk avatar mfursov avatar rasputinkirill avatar vaskinyy avatar vmalin avatar yalgaer avatar

Watchers

 avatar

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.