xcfem / xc

finite element analysis package for civil engineering structures.
http://www.xcengineering.xyz/html_files/software.html
GNU General Public License v3.0
262 stars 54 forks source link

When i try to clone this directory an error is caused - aisc_shapes_database... #94

Closed Josileissu closed 3 years ago

Josileissu commented 3 years ago

Describe the bug I'm a windows user (for now) and i want to know more about XC engineering and improve after understand the codes... But, im getting an error when i try to clone this repository. image

I already just download with zip project and extract, but shows a lot of warnings.

ebrahimraeyat commented 3 years ago

Hello @Josileissu. XC only runs on Linux, although this error it is not related to OS.

Josileissu commented 3 years ago

Oh, i got it. So, if i started to use xc with windows o.s. maybe any functionality from the software, like opensees, cgal, vtk, may not work correct? or others librarys may not run properly?

I know the python is multiplataform, so if i study the codes i can apply in the windows, but i will have troubles with these other programs?

ebrahimraeyat commented 3 years ago

You can't use xc on Windows, because it can't be compiled on Windows. Of course, you can study the source code, but if you want to test and work on xc, you must use Linux OS.

lcpt commented 3 years ago

Hi @Josileissu

You can install Ubuntu on Windows 10 (take a look here and here).

You'll need an XWindow server for Windows 10 (apparently Microsoft has plans to integrate an XWindow server inside Windows, but I think there is nothing usable yet). Anyway, you can use Xming which works just fine.

That way, you can use XC and many useful Linux programs in your Windows machine. The only problem is that you'll get a lower performance (we can compare test results if you are interested).

ebrahimraeyat commented 3 years ago

Hi @lcpt. I didn't know that it is usable in windows. You mean, you are using XC on Windows with above way? I will try that. Thanks.

lcpt commented 3 years ago

No, I almost always use an Ubuntu or Debian computer, but, for example @AlexandreMagnolc has installed XC using the Windows subsystem for Linux.

lcpt commented 3 years ago

Hi @Josileissu. If you need any assistance, please let me know.

Josileissu commented 3 years ago

Wow, @lcpt. Thanks for reply and assistance.

Well, i will create a dual boot on my computer for correctly use and study xc. I wanna extended the open source software for brazilian codes before understand the program.

For now, i'm happy with your attention.

Thx.

lcpt commented 3 years ago

OK, so I'll close this issue.

Cheers.