Blame view

README.md 815 Bytes
d6142016   Benjamin Renard   Update README file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# AMDA Kernel module #

## Compilation ##

**The first compilation** must be done with the script `script/deploy.sh` and with these required arguments:

- `-b`: build type (Debug or Release)
- `-g` : gcc install directory
- `-o` : AMDA COTS install directory
- `-d` : DDServer host name (will be write in DD.res file)
- `-p` : DDServer port (will be write in DD.res file)

For exemple:

	script/deploy.sh -b "Debug" -g "/opt/tools" -o "/opt/local" -d "amdadev.fr" -p "5000"

During this first compilation, scripts `script/deploy-debug.sh` and `script/deploy-release.sh` will be generated and they can be used later to compile the application with the same arguments.

For example, to compile the application in release mode, you have just to run this command line:

	script/deploy-release.sh