Skip to content

Commit 24912a8

Browse files
committed
Merge branch 'develop' into develop-64
# Conflicts: # README.md
2 parents b56b801 + 2cf6324 commit 24912a8

2 files changed

Lines changed: 1 addition & 33 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN wget https://github.com/drobilla/serd/archive/v0.28.0.tar.gz \
2626
RUN 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
3232
WORKDIR /

README.md

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -51,38 +51,6 @@ make -j2
5151
sudo 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

8856
After compiling and installing, you can use the handy tools that are

0 commit comments

Comments
 (0)