-
Notifications
You must be signed in to change notification settings - Fork 2
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
openSUSE build - dependencies needed - for future reference #10
Comments
Thanks a lot. Yes, I plan to get back top this project. I'm delayed by health problem in the family. It's taking a lot of time. |
take it easy. family first. it is very cool project and very clever implementation. |
Oh thanks. |
definitely it has massive potential as there is nothing eqally functional out there as I am aware- in existing state it is quite hard core to use - I mean most people do not come close to compiling anything. I think just simple addition to documentation how to compile it on linux and windows would make massive difference. And some binary release. |
There is binary : https://github.com/jief666/hdimount/releases. But not OpenSuse. |
it is a bit out of date and then not straightforward to use - e.g. most people will have no clue what to do with downloaded windows version. It is not critisism - I have some outadeted github projects too:) |
Out of date ? You think they don't work anymore ? |
Debian 9 is history..... for example. GUI? yes would be nice but as long as I can come to this repo and read what to do in cmd it would work for most. It is your project and you drive it as you wish:) just my two pennies' worth comment is that at the moment it is not straightforward. I would imagine I find your repo and can read what to do (windows/linux) to use it. E.g. without somebody commenting about how to compile it on Debian 10 I am not sure I would crack it. |
BTW. I am not programmer - just know a bit of code and how to navigate issues. |
I think the binary still works on debian 10. But not sure.
I totally agree. |
this is good example. Debian is sloooow but in v10 they moved on with openssl and it broke your binary. normal story: https://en.wikipedia.org/wiki/Software_rot things left untouched decay:) |
I still agree that work is needed. |
Could we get some instructions (even minimal would do) to build this project? Many computers cannot run the distributed binaries, like my |
Clone the source code with submodules and run included build script:
To "install":
I have also needed to install following dependencies: On Debian: On OpenSuse Linux: you can easily figure out their equivalents on Arch Linux. |
if one day more detailed documentaion is created, if not for anybody who attempts to build this project on openSUSE here you are required dependicies:
zypper install gcc-c++ gcc make git libattr-devel fuse-devel libopenssl-1_1-devel zlib-devel
I post it as it differs (different packages names) from Debian/Ubuntu world most people are using
The text was updated successfully, but these errors were encountered: