JGCRI / moirai

Moirai - Land Data System
Other
6 stars 1 forks source link

The clone for uptate version is lack of the moirai.xcodeproj file #37

Open Miayuyao opened 2 years ago

Miayuyao commented 2 years ago

For the update version 3.1.0, I use the command line (git clone http://github.com/JGCRI/Moirai.git to clone. In the download file I can't find the moirai.xcodeproj file like pre-version, and just found the file named moirai.exe.stackdump. And another question is about the size of the total size which is 48GB, I'm not sure the size is correct or not. Because the instruction mentioned that 115 GB of free disk space is needed to obtain the software.

kanishkan91 commented 2 years ago

@Miayuyao Thank you for the questions. I will look into the xcode file and send you an update.

The size required is 115 GB because when running the system for the first time, a number of files will be unzipped (land use data for each year from 1700) which will increase the size of the folders. It increases to roughly 114.2 GB, hence the size mentioned here.

Let me know if you need anything else. I will get back to you about the xcode file.

aldivi commented 2 years ago

@Miayuyao Sorry about this inconvenience. We will have to consider how to best provide the xcode project file. It was removed because it triggers file modification every time it is opened, which is a problem for development and version tracking. If the file is considered modified the repository wants a new commit in order to do anything else, even if nothing has changed. For the time being, you can use the information in the makefile to fill out an xcode project file, once you have imported the code into a new xcode project. There are several websites that describe how to set up existing code files in a new xcode project.