C++ SDK - Hello world (auto-generated)ΒΆ
Step | Action |
---|---|
In your worktree, type: $ qisrc create myFirstExample
Result: a directory |
|
Go in this directory: $ cd myfirstexample
Then type: $ qibuild configure
Result: a directory |
|
To compile the ‘hello world’ program, type: $ qibuild make
|
|
To run the ‘hello world’ program, for example with the command: Go into the directory build-<myconfig>/sdk/bin: $ cd build-<myconfig>/sdk/bin
then type: $ ./my_first_example
Note On Mac, you should set the environment variable |