j-rewerts / min3d

Automatically exported from code.google.com/p/min3d
0 stars 0 forks source link

Tutorial on downloading and installing the framework is needed. #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a tutorial.
2. Post the tutorial on the wiki.
3. Done.

What is the expected output? What do you see instead?
I am somewhat new to developing apps and I want to use this framework in my 
app. I would have expected to see a tutorial on here about setting up the 
framework and where to download it. However I see only tutorials on 
implementing the framework once it is already in place. I am not an expert in 
these matters and am thoroughly confused as to how to get Eclipse to recognize 
the min3d framework.

What version of the product are you using? On what operating system?
N/A

Original issue reported on code.google.com by wearns...@gmail.com on 7 Jun 2011 at 7:44

GoogleCodeExporter commented 9 years ago
Why don't you start importing the example project included?

From Eclipse:
File->Import..

Select: General->Existing Projects into Workspace and click Next

Select root directory: path_to_min3d_folder/SampleProjects/min3dSampleProject1
Copy projects into workspace: Flag
Click Finish!

AFAIK, in my case, I had to redefine the framework source path to make it 
working:

Close Eclipse
Edit .project file :
Change
<linkedResources>
  <link>
    <name>min3d_src</name>
    <type>2</type>
    <location>C:/Projects/Android/min3dSampleProject1/source</location>
  </link>
</linkedResources>

To:
<linkedResources>
  <link>
    <name>min3d_src</name>
    <type>2</type>
    <location>path_to_min3d_src_folder_you_downloaded</location>
  </link>
</linkedResources>

Open Eclipse

Maybe there is a GUI way to do that but I don't know, at least that works.

Original comment by castigli...@altasis.it on 8 Jun 2011 at 2:37

GoogleCodeExporter commented 9 years ago
Ah, maybe a Right Click->Refresh on min3dSampleProject1 is needed.. :P

Original comment by castigli...@altasis.it on 8 Jun 2011 at 2:40

GoogleCodeExporter commented 9 years ago
Lets say you have downloaded the folder on your home folder on ubuntu the path 
is 
/home/<USER>/<MIN3D-FOLDER>/src

Original comment by r.o.b.i....@gmail.com on 24 Jun 2011 at 7:16

GoogleCodeExporter commented 9 years ago
Why can't there be just one simple and decent enough tutorial?

Original comment by wizardbh...@gmail.com on 14 Nov 2012 at 2:29

GoogleCodeExporter commented 9 years ago
Dam ! can not tell you how much i need such tutorial. please any one ? i cant 
even download and install that framework !

Original comment by mort...@gmail.com on 10 Feb 2013 at 6:02

GoogleCodeExporter commented 9 years ago
PLEASE . . .HOW DO I DOWNLOAD AND SET UP THE MIN3D, Thanks

Original comment by findephi on 15 Apr 2013 at 8:12

GoogleCodeExporter commented 9 years ago
I am confused of how to use provided source, any ideas?

Original comment by desgnk...@gmail.com on 25 Apr 2013 at 4:08

GoogleCodeExporter commented 9 years ago
finally i managed to download the source code by using Download SVN(GIT) 
software from http://downloadsvn.codeplex.com/ link, just make sure the proxy 
and port of your internet explorer is correct because that's the default system 
setting, I hope this helps.

Original comment by findephi on 3 May 2013 at 4:58