IPP sample code repository update of note...
Michael Sweet via ipp <[email protected]>
| Newsgroups | gmane.ietf.ipp |
|---|---|
| Message-ID | <[email protected]> |
All,
I have just pushed a major change to the ippsample repository that switches from the old "copy all of the CUPS source code" mechanism to using Git submodules to pull in the CUPS (v3) library and tools. Aside from making it easier to maintain and synchronize the sample code with new versions of CUPS, it also makes it clear what portions of the code are PWG sample code and what portions come from OpenPrinting.
If you already have the ippsample repository cloned, just run the following commands to pull the changes:
git pull
git submodule init
git submodule update
Then do a fresh "./configure" before you run "make".
I still have a few last loose ends to get the Windows builds working again, but that is mainly just a matter of fixing library paths in the ippserver project.
Enjoy!
________________________
Michael Sweet
_______________________________________________
ipp mailing list
[email protected]
https://www.pwg.org/mailman/listinfo/ipp
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEkIbDzcZsP1Y8+PQFvmfHXsgfMkQFAmJ8LbMACgkQvmfHXsgf MkQZXhAAvsMJCLqq9BtSSRLimf/8Y5e0+JjijErcqN2iSb4h8X4kydk+XiM0DYc3 sgy7ZQGFuhaOnpLG1l1POjXnu7cCTr2jKJCFC8jZANgO1g4rl0tZ5w2hPW3R/KJm g6rODTb00BN/WIxmlSVZGBPka6feNJJ+bnqQJulCPMFOhCi0ArM8ckvxPZXgLEck Ya3uAY9JOc7qxQX3Jn4Gu/J+2j4hd8z/PmOLHuDi39uqsqjmMhQ1p87d/UI5V39P gQ4l+U8pta2IcEO4ea23GII3V1xVF9Q2D1fvMsR2pIJxygBQiTFSOkxQgCOpbNjL QktN4GT7Q3g+KrD7UnfN+WMqFTUCImDvbn6ZpcgS9DKg3Ji9tgQhtIiUnqM3ADkb NdaZMYDAxrR7IAYPH1gOM6XmYndhWU1CIb6DtzXFBaNbTWkfZUq3jaj/Mqh+ZKbR WZRJO/TyzOyUvIg/COGhO+xN9Jghnl1N28FTs9Al/w+f2l8BYiG/3rzp3lqkUrQ4 dZuiX7ZltXrlv17FRucoPkmC9AJaAxjHrQByqlpW3/BdR4K5vPnK64UEeSm5HvWq UY1OUs0+eUed7X4cHiJAG+4EPdGO/5zop8vnBXDqRMS794AAYvEnJoxzJVf8SUTf Aq4YV/Ghp0c4lKB+2DJYLhwOrlPfQBuN67cQ1AqhCKn1DWATlHk= =nRhI -----END PGP SIGNATURE-----