-
Notifications
You must be signed in to change notification settings - Fork 33
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 install? #37
Comments
Hi - I wish I could answer properly. I follow this repo and tried to use it several years ago but it didn't work for me. Your comment has inspired me to think about setting up an environment again. |
Follow the instructions. If you cant build it, download the binary from the main page. Plug the TT into your pc, and mount it as a drive - fairly easy? you should then get a screen to calibrate the touchscreen, do that and you are done. |
Root is the root folder.. so if you clone this repo into your home directory, and your username is frank, the root folder would be /home/frank/opentom. so open the script file, edit the line where it says root and off you go. I am starting to build from source now. EDIT: So I followed the instructions on my Linux Mint 19.1 x86_64 machine. Make sure you get the pre-requisites ( sudo apt install autoconf chrpath fluid imagemagick libglib2.0-dev libtool subversion xsltpro ), as well as gcc. edit the root property in the file to match the root of the opentom folder. eg, in my instance..
then edit the first line of the file, on my machine the below works fine (you should get the idea)
then
and followed the instructions.. few issues with the sources.txt When I run make it cannot clone into the git repo for microwindows, so that fails. Also, the source for the Freecell game has changed over to a domain parking service.. so just comment it out. So even though the 'make' failed, it built the kernel. I tested it and it works fine with the existing opentom folder. So next steps. see if I can modify the makefile so that it can be obtained from the new git location. only problem is if it needs the particular version that was linked to. Guess I will find out. |
Hi, is there already a solution for the microwindows problem?
|
After reading through your comments I checked the sources.txt file and found for microwindows there is a perfectly usable Git repo here on GH: https://github.com/ghaerr/microwindows Editing the sources.txt to refer to this alternative repo should fix compile errors relating to microwindows. |
Thank you for your help. after another search, i found this! https://github.com/raulbalanza/OpenTom |
@Bluestone7 did you have any issues with downloading from an FTP server on raulbalanza's fork? I've found it tries to switch to passive mode when downloading microwindows and is given a local IP instead of a web-accessible IP address. |
Hi, i had no problems with compiling. |
Thank you for your prompt reply Bluestone7. I'll definitely make sure to send Raúl an email. I would greatly appreciate it if you shared your finished build! |
Thank you so much! |
Just intruding, but I tried downloading the tar, but I just get taken to a
bunch of adds, could you try posting it to a different site?
Thanks,
David
…On Sun, Oct 11, 2020, 7:12 AM wilkgr ***@***.***> wrote:
Thank you so much!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AITWUGAX6WBHT76AOD7LUTDSKGHK5ANCNFSM4JLPYUIQ>
.
|
Thank you, that worked, I am excited to try it out!
…On Sun, Oct 11, 2020, 10:49 AM Bluestone7 ***@***.***> wrote:
OpenTom (Raul Balanza).rar
<http://www.mediafire.com/file/cj5wbav9n3gz333/OpenTom_%2528Raul_Balanza%2529.rar/file>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AITWUGCYWOI3LGDAA67NRJTSKHAV3ANCNFSM4JLPYUIQ>
.
|
Hi. Is there any step by step installation guide? I'm linux user but I don't know what is ROOT envvar or how to set it, where to put the files, what partition table to format the SD card...
Thanks
The text was updated successfully, but these errors were encountered: