-
Notifications
You must be signed in to change notification settings - Fork 871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added static lib, gzipped man pages #187
Conversation
Thanks, @kzidane! Pushed a few tweaks to fix permissions. (And capitalized some comments for consistency.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kzidane, in cli50
, if I do
sudo apt-get remove -y libcs50
make deb
sudo dpkg -i build/deb/libcs50_10.1.0_amd64.deb
I get the below warnings?
dpkg: warning: unable to delete old directory '/usr/local/lib': Directory not empty
dpkg: warning: unable to delete old directory '/usr/local/share/man': Directory not empty
dpkg: warning: unable to delete old directory '/usr/local/share': Directory not empty
dpkg: warning: unable to delete old directory '/usr/local/include': Directory not empty
dpkg: warning: unable to delete old directory '/usr/local': Directory not empty
Let’s address warnings first, though? |
These warnings seem fine. The folders can't be deleted because there's other stuff there (installed by other packages). |
Oh I see, it's because
there's no warning. |
Oh I misread the warning. Sorry!
Kareem
…On Mon, Oct 14, 2019, 2:30 PM David J. Malan ***@***.***> wrote:
Merged #187 <#187> into develop.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#187?email_source=notifications&email_token=ABXFGA3CWL5UQQS4XSXMAHTQOS3FRA5CNFSM4JAIJVA2YY3PNVWWK3TUL52HS4DFWZEXG43VMVCXMZLOORHG65DJMZUWGYLUNFXW5KTDN5WW2ZLOORPWSZGOUGOOQ7Y#event-2711414911>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXFGA2F77NUWCID2XU64GTQOS3FRANCNFSM4JAIJVAQ>
.
|
No description provided.