-
Notifications
You must be signed in to change notification settings - Fork 40
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
How to build libusbk #23
Comments
Using the home rolled make system (make.cmd) is difficult to get setup. doscmd is just something that I threw together to help with several tasks. It should work with windows XP but I've attached the source code and a WXP release binary regardless. Look over make.cfg. You'll need to tailor that for your build environment. Once everything is completely setup properly, you can use can use: "make dist" to build everything. For a simpler test, use something like: Here are all the sources you can build: I suggest using Visual Studios if you can tolerate the VC runtime dependency. |
There are two problems till now.
I have tried to build the driver through make.cmd because I found it will do all the work not just build driver. I don't prefer to use Visual Studio for it's too big, boot slowly. |
I also want to know how can I join this project |
@Thompson-NO3 What do you mean by "join the project"? Contributions are always welcome. For example, you can contribute by creating pulling requests if you find some issues and then have the fixes. You can also contribute by just submitting issues like this one. |
Using github for a long time, but just clone other's repo. |
Thanks for the offer to help. But you have to start somewhere before we can invite you as a collaborator. You can actually start to create pull request for the following.
|
The Wiki is here. You can suggest how to improve the wiki. |
The documentation is here, you are also welcome to look into it. |
I'll put the doscmd source code the repository so you can create pull requests for it. |
@TravisRo So you will put the doscmd source code in this libusbk repo? That is even better. Initially I was thinking of using a separate repo. |
Yes. I will bury it down in the "build_tools" folder |
@Thompson-NO3 |
Close this for now. |
I notice that build using make.cmd needs doscmd.exe
but there's nothing explaining what is doscmd.exe and where it comes from and its source code
Sadly, this tool doesn't run under XP SP3, then how to setup an environment to build?
The text was updated successfully, but these errors were encountered: