All Projects → torch → Distro

torch / Distro

Licence: bsd-3-clause
Torch installation in a self-contained folder

Labels

Projects that are alternatives of or similar to Distro

Cnl
A Compositional Numeric Library for C++
Stars: ✭ 397 (-22.46%)
Mutual labels:  cmake
Cpp Reflection
C++ Reflection Parser / Runtime Skeleton
Stars: ✭ 440 (-14.06%)
Mutual labels:  cmake
Subhook
Simple hooking library for C/C++ (x86 only, 32/64-bit, no dependencies)
Stars: ✭ 470 (-8.2%)
Mutual labels:  cmake
Ros 21 tutorials
《古月 · ROS入门21讲》课件&源码
Stars: ✭ 405 (-20.9%)
Mutual labels:  cmake
Uikit Cross Platform
Cross-platform Swift implementation of UIKit, mostly for Android
Stars: ✭ 421 (-17.77%)
Mutual labels:  cmake
Tprpix
a Cross-Platform, 2D Survival Sandbox Game Project. Based on C++17/cmake/OpenGL/SQLite3.
Stars: ✭ 448 (-12.5%)
Mutual labels:  cmake
Mumble
Mumble is an open-source, low-latency, high quality voice chat software.
Stars: ✭ 4,418 (+762.89%)
Mutual labels:  cmake
Cmake Examples
Useful CMake Examples
Stars: ✭ 7,220 (+1310.16%)
Mutual labels:  cmake
Cgold
🐋 The Hitchhiker’s Guide to the CMake
Stars: ✭ 428 (-16.41%)
Mutual labels:  cmake
Libwebrtc
📦 Google's WebRTC implementation in a single static library.
Stars: ✭ 472 (-7.81%)
Mutual labels:  cmake
Innoextract
A tool to unpack installers created by Inno Setup
Stars: ✭ 407 (-20.51%)
Mutual labels:  cmake
Tensorflow Cmake
TensorFlow examples in C, C++, Go and Python without bazel but with cmake and FindTensorFlow.cmake
Stars: ✭ 418 (-18.36%)
Mutual labels:  cmake
Coherent Line Drawing
🖼✨Automatically generates line drawing from a photograph
Stars: ✭ 461 (-9.96%)
Mutual labels:  cmake
Opencv Mingw Build
👀 MinGW 32bit and 64bit version of OpenCV compiled on Windows. Including OpenCV 3.3.1, 3.4.1, 3.4.1-x64, 3.4.5, 3.4.6, 3.4.7, 3.4.8-x64, 3.4.9, 4.0.0-alpha-x64, 4.0.0-rc-x64, 4.0.1-x64, 4.1.0, 4.1.0-x64, 4.1.1-x64, 4.5.0-with-contrib
Stars: ✭ 401 (-21.68%)
Mutual labels:  cmake
Tweeny
A modern C++ tweening library
Stars: ✭ 485 (-5.27%)
Mutual labels:  cmake
Kicad Packages3d
Official KiCad 3D model libraries for rendering and MCAD integration
Stars: ✭ 392 (-23.44%)
Mutual labels:  cmake
Cmake Raytracer
Ray tracer written in pure CMake
Stars: ✭ 444 (-13.28%)
Mutual labels:  cmake
Openloco
An open source re-implementation of Chris Sawyer's Locomotion
Stars: ✭ 504 (-1.56%)
Mutual labels:  cmake
Asynctasks.vim
🚀 Modern Task System for Project Building, Testing and Deploying !!
Stars: ✭ 495 (-3.32%)
Mutual labels:  cmake
Modern Cmake Sample
Example library that shows best practices and proper usage of CMake by using targets
Stars: ✭ 463 (-9.57%)
Mutual labels:  cmake

Build Status

NOTE: Torch is not actively developed anymore and is in maintenance mode.

Self-contained Torch installation

Please refer to the Torch installation guide for details on how to make a fresh install of Torch on Linux or MacOS.

If on windows with msvc, please refer to this guide for details on installation and usage.

Repo content

Dependencies

Globally installed dependencies can be installed via:

bash install-deps

Lua and Torch

The self-contained Lua and Torch installations are performed via:

./install.sh

By default Torch will install LuaJIT 2.1. If you want other options, you can use the command:

# If a different version was installed, used ./clean.sh to clean it
TORCH_LUA_VERSION=LUA51 ./install.sh
TORCH_LUA_VERSION=LUA52 ./install.sh

Update

To update your already installed distro to the latest master branch of torch/distro simply run:

./update.sh

Cleaning

To remove all the temporary compilation files you can run:

./clean.sh

To remove the installation run:

# Warning: this will remove your current installation
rm -rf ./install

You may also want to remove the torch-activate entry from your shell start-up script (~/.bashrc or ~/.profile).

Test

You can test that all libraries are installed properly by running:

./test.sh

Tested on Ubuntu 14.04, CentOS/RHEL 6.3 and OSX

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].