Closed VictorRodriguez closed 9 years ago
Can we close this issue ? Are any work still in progress ?
We don't have it yet, but Lucero is working on this.
Nice, once you or her have some news about this issue, please don't hesitate to post it here :)
@Lucerin , as soon as you have something to post / upload to the repo, feel free to do so.
@OIMA , Is there any comment about this issue ? can we close it ?
This issue was covered by @Lucerin, but she made it on my fork. I will make the pull request with this script and some other changes soon. You can close the issue if you want.
@OIMA I will close this isue, since this is working on the web page
To configure the package using autoconf:
3.-On the terminal, go to the folder and put the following commands $make autotools $ test -d “$(pwd)” || mkdir -p “$(pwd)” $cd “$(pwd)” && “$(pwd)/configure”
To compile and install the package:
4.- On the terminal, execute the following commands $make all (If you are using a non-root user) $sudo make SKIP_IDCHECK=1 install