-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
37 lines (26 loc) · 1.17 KB
/
README
File metadata and controls
37 lines (26 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
This repository contains all necessary files for the CuSE System Level Design Lab.
The code here does not work on it's own, SoCRocket needs to be installed with the media and pysc repositories enabled.
Install Instructions for Ubuntu 16.04 LTS
-----------------------------------------
Install dependencies:
sudo apt install libsdl1.2-dev yasm libfreetype6-dev zlib1g-dev libbz2-dev
export SDL_HOME="/usr/"
./waf configure
Install Instructions for Ubuntu 14.04 LTS
-----------------------------------------
To use the models provided in this repository you need the following packages installed:
libsdl1.2-dev libavcodec-dev libavutil-dev libavformat-dev libavdevice-dev libavfilter-dev libswscale-dev zlib1g libasound libbz2-dev yasm
export AV_HOME="/usr/"
export SDL_HOME="/usr/"
./waf configure
Install Instructions for CentOS 7
---------------------------------
Install dependencies
sudo yum install SDL-devel SDL yasm freetype zlib bzip2-devel
export SDL_HOME="/usr/"
./waf configure
Building and Execution
----------------------
./waf build --target=basesystem.platform
Dont't forget to copy the testvideo before executing!
./build/cuselab/platforms/basesystem/basesystem.platform