Commit graph

6 commits

Author SHA1 Message Date
27a5f00ea4 More tweaks to the install target
When you code, you should probably configure with
-Dscript_path=$HOME/your/code/dir, and doing this
now prevents the script files from being copied over
to the install dir. This is correct because in this
case source dir == dest dir.
If you want to really install the program, you
should set script_path to a relative path or a
different directory than the source. For example
-Dscript_path=duckticker/script. ninja install will
copy the script files to the install directory in
this case.

Note that the path to the script directory that
gets compiled into the binary is an absolute path
in either case. This means that "roaming app" mode
is not currently supported. The reason for this is
that I need code to detect the binary directory so
that relative script paths can work, but I don't have
that code right now.
2022-05-14 20:02:34 +02:00
18e5317baf Move code out of main.cpp 2022-05-14 18:23:58 +02:00
418d0af70f Use new ClassManager 2022-05-14 17:09:56 +02:00
10fc605078 Meson wrap file for beast, remove git submodule 2022-05-13 23:31:04 +02:00
8f2a819ebe Query the websocket to get the correct value for the ticker 2022-05-13 23:11:01 +02:00
1d61cc7f2f First implementation
It seems to work but I think the ticker value returned
by the remote call is wrong. Maybe I'm calling the wrong
endpoint ¯\_(ツ)_/¯ I don't know trying to work it out
2022-05-12 23:40:27 +02:00