littledan / linux-aio

How to use the Linux AIO feature
324 stars 42 forks source link

Could you add some details on how to get the code to compile. #3

Open twopieman opened 4 years ago

twopieman commented 4 years ago

could you add a little blurb on how to install these two dependencies?

include <gflags/gflags.h>

include <glog/logging.h>

littledan commented 4 years ago

This is a good idea. These refer to the libraries formerly hosted on Google Code by Google. I'm honestly not sure where the best current documentation is. PRs welcome, either for a blurb, to reference good docs, or to remove the dependencies.

twopieman commented 4 years ago

sorry about the stupid question but what is typically the process when trying to do a pull request on GitHub ? on git typically I create a new branch and then do a pull request to merge this branch over to master. so I tried this and tried pushing my newly created branch to the remote but i got the following error

git push -f origin DependencyInstallInstructions remote: Permission to littledan/linux-aio.git denied to twopieman. fatal: unable to access 'https://github.com/littledan/linux-aio.git/': The requested URL returned error: 403

please let me know if I need to follow a different set of steps to complete this PR