I created a fresh VM using ubuntu 21.04, minimal install with no gnucash
installed.
$ sudo apt-get build-dep gnucash
$ git clone https://github.com/Gnucash/gnucash.git
$ cd gnucash
$ git reset --hard 4.6
$ mkdir ../build && cd ../build
$ cmake ../gnucash
$ make -j8
$ ./bin/gnucash
the resulting
Try exporting the report to HTML and view source to determine where it's
trying to find chartjs sources.
On Sun, 25 Jul 2021, 9:06 am Dong Lin via gnucash-user, <
gnucash-user@gnucash.org> wrote:
>
> I created a fresh VM using ubuntu 21.04, minimal install with no gnucash
> installed.
>
> $ sudo