File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN wget https://github.com/drobilla/serd/archive/v0.28.0.tar.gz \
2626RUN cd hdt-cpp && ./autogen.sh && ./configure && make -j2
2727
2828# Expose binaries
29- ENV PATH /usr/local/src/hdt-cpp/hdt-lib /tools:$PATH
29+ ENV PATH /usr/local/src/hdt-cpp/libhdt /tools:$PATH
3030
3131# reset WORKDIR
3232WORKDIR /
Original file line number Diff line number Diff line change @@ -51,38 +51,6 @@ make -j2
5151sudo make install
5252```
5353
54- ### Complications
55-
56- Here we record complications, and possible workarounds, that people
57- have found while performing the standard installation documented
58- above.
59-
60- #### ` ./configure ` cannot find Serd
61-
62- While running ` ./configure ` you get a message similar to the
63- following:
64-
65- ```
66- Package 'serd-0', required by 'virtual:world', not found
67- ```
68-
69- This means that ` ./configure ` cannot find the location of the
70- ` serd-0.pc ` file on your computer. You have to find this location
71- yourself, e.g., in the following way:
72-
73- ```
74- find /usr/ -name serd-0.pc
75- ```
76-
77- Once you have found the directory containing the ` serd-0.pc ` file, you
78- have to inform the ` ./configure ` script about this location by setting
79- the following environment variable (where directory
80- ` /usr/local/lib/pkgconfig/ ` is adapted to your situation):
81-
82- ```
83- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/
84- ```
85-
8654## Using HDT
8755
8856After compiling and installing, you can use the handy tools that are
You can’t perform that action at this time.
0 commit comments