Skip to content
This repository has been archived by the owner on Sep 24, 2018. It is now read-only.

Latest commit

 

History

History
57 lines (35 loc) · 1.51 KB

README.md

File metadata and controls

57 lines (35 loc) · 1.51 KB

Rudolph

Tesla Works CSE Winter Light Show Sequencer

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing QT

What things you need to install the software and how to install them

First you need to download QT 5:

https://www.qt.io/

In the upper right hand corner there is a button that says download click on it and navigate to the open source option. Accept the terms of service. Again scroll down and hit download

After the installer is downloaded, open it up.

For linux:

chmod +x (qt install file)
./(qt install file)

For windows it should just be an .exe file.

When it opens up create a qt profile for yourself.

When you get to the installation screen select QT 5.10.0.

On linux this will around 3-4 GB, however Mac and Windows require around 30+ GB.

Install Rudolph

Select New Project and then import Project.

Next select git clone and paste the repository link inside

https://github.com/teslaworksumn/Rudolph.git

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details