siemens / gencmpclient

generic CMP [RFC 4210, RFC 9483] client library and CLI, based on CMPforOpenSSL (https://github.com/mpeylo/cmpossl)
Other
10 stars 7 forks source link

fix "make update" documentation #32

Closed RufusJWB closed 1 year ago

RufusJWB commented 1 year ago

Motivation

The command given in the README file doesn't work (at least on Ubuntu in WSL)

Proposed Changes

see single line change

Test Plan

n/a

DDvO commented 1 year ago

Thank you for suggesting this change.

Yet using this would go wrong when using CMake, and in my view this is no needed because of the following hint given earlier in the README.md file:

For backward compatibility it is also possible to use instead of CMake pre-defined Makefile_v1; to this end symlink it to Makefile:

ln -s Makefile_v1 Makefile

or use for instance make -f Makefile_v1.

So in your case I suggest using ln -s Makefile_v1 Makefile