Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Only the minimum necessary steps are described. Please see here★link★ for details on how to develop.

ソースファイルと Makefile を生成する

...

Generate and place source files

Source files of the AdamApp must be placed in the following directory.

<AdamAppSDK installation directory>/src/adamapp以下に置くことを前提としています。

Info

Pythonのソースコードは、

<AdamAppSDK の イ ン ス ト ー ル デ ィ レ ク ト リ >The Python source code should be placed below.

<AdamAppSDK installation directory>/src/adamapp-py

となります。このチュートリアルではCThis tutorial uses C/C++を用いますので、Pythonを用いた開発方法は★こちら(準備中)★を参照してください。

...

. See here★link★ for how to develop using Python.

その前提に従って、AdamAppSDK 付属のサンプルプログラム(additional_info_sample_app)のソースコード
は、
<AdamAppSDK の イ ン ス ト ー ル デ ィ レ ク ト リ >/src/adamapp/skeleton_sample_app
に配置されています。
このため、新規に AdamApp を作りたい場合は、
<AdamAppSDK のインストールディレクトリ>/src/adamapp/<新規 AdamApp のディレクトリ名

...