-
I've got the tar.gz unpacked and it is not at all clear how to build it. README.md does not give the sequence of build commands. The fact that the Makefile and others have a .in implies they are to be run through a pre-processor. One would expect that install.sh would do it, but it doesn't seem to know what to do. Even ./install.sh --help throws a wobbly. .install.sh appears to want to be given a SRCDIR but there is no explanation of what it considers the SRCDIR to be. Is it '."? Is it src? The next step would be to go inside install.sh with emacs and try to figure out what it wants, but it is near end of day on Friday... |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
What are you talking about as this makes zero sense. There is no install.sh .... As for the instructions to build from source - I guess you missed this section in the readme.md ? https://github.com/abraunegg/onedrive#documentation-and-configuration-assistance |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@daleamon
|
Beta Was this translation helpful? Give feedback.
-
Yes, I did go through it, and I missed part of it due to the messy formatting in emacs. I'd done the one section and missed the other further along. I'm surprised they don't have a markdown display mode. Or maybe they do and I haven't got it. Compile and install seem to have proceeded. |
Beta Was this translation helpful? Give feedback.
-
There is this: |
Beta Was this translation helpful? Give feedback.
-
Thanks. Will look into that. |
Beta Was this translation helpful? Give feedback.
@daleamon
What are you talking about as this makes zero sense.
Th…